json/schema: use symlinks to identical test result files
This commit is contained in:
parent
8e07e8152b
commit
59f42de23f
@ -1 +0,0 @@
|
||||
[1,"a", {}]
|
1
test/json/schema/validation/0000_empty/good/0001.result.json
Symbolic link
1
test/json/schema/validation/0000_empty/good/0001.result.json
Symbolic link
@ -0,0 +1 @@
|
||||
0001.input.json
|
@ -1 +0,0 @@
|
||||
"foo"
|
1
test/json/schema/validation/0000_empty/good/0002.result.json
Symbolic link
1
test/json/schema/validation/0000_empty/good/0002.result.json
Symbolic link
@ -0,0 +1 @@
|
||||
0002.input.json
|
@ -1 +0,0 @@
|
||||
{}
|
1
test/json/schema/validation/0001_type_any/good/0001.result.json
Symbolic link
1
test/json/schema/validation/0001_type_any/good/0001.result.json
Symbolic link
@ -0,0 +1 @@
|
||||
0001.input.json
|
@ -1 +0,0 @@
|
||||
[]
|
1
test/json/schema/validation/0001_type_any/good/0002.result.json
Symbolic link
1
test/json/schema/validation/0001_type_any/good/0002.result.json
Symbolic link
@ -0,0 +1 @@
|
||||
0002.input.json
|
@ -1 +0,0 @@
|
||||
"foo"
|
1
test/json/schema/validation/0001_type_any/good/0003.result.json
Symbolic link
1
test/json/schema/validation/0001_type_any/good/0003.result.json
Symbolic link
@ -0,0 +1 @@
|
||||
0003.input.json
|
@ -1 +0,0 @@
|
||||
3.14
|
1
test/json/schema/validation/0001_type_any/good/0004.result.json
Symbolic link
1
test/json/schema/validation/0001_type_any/good/0004.result.json
Symbolic link
@ -0,0 +1 @@
|
||||
0004.input.json
|
@ -1 +0,0 @@
|
||||
true
|
1
test/json/schema/validation/0001_type_any/good/0005.result.json
Symbolic link
1
test/json/schema/validation/0001_type_any/good/0005.result.json
Symbolic link
@ -0,0 +1 @@
|
||||
0005.input.json
|
@ -1 +0,0 @@
|
||||
null
|
1
test/json/schema/validation/0001_type_any/good/0006.result.json
Symbolic link
1
test/json/schema/validation/0001_type_any/good/0006.result.json
Symbolic link
@ -0,0 +1 @@
|
||||
0006.input.json
|
@ -1 +0,0 @@
|
||||
3.14
|
@ -0,0 +1 @@
|
||||
0001.input.json
|
@ -0,0 +1 @@
|
||||
0002.input.json
|
@ -1 +0,0 @@
|
||||
{}
|
@ -0,0 +1 @@
|
||||
0001.input.json
|
@ -1 +0,0 @@
|
||||
"ab"
|
@ -0,0 +1 @@
|
||||
0001.input.json
|
@ -1 +0,0 @@
|
||||
"abcdef"
|
@ -0,0 +1 @@
|
||||
0002.input.json
|
@ -0,0 +1 @@
|
||||
0001.input.json
|
@ -1 +0,0 @@
|
||||
-1
|
@ -0,0 +1 @@
|
||||
0001.input.json
|
@ -0,0 +1 @@
|
||||
0000_true.input.json
|
@ -0,0 +1 @@
|
||||
0001_false.input.json
|
@ -0,0 +1 @@
|
||||
[]
|
@ -0,0 +1 @@
|
||||
0000_array.input.json
|
1
test/json/schema/validation/5000_array/schema.json
Normal file
1
test/json/schema/validation/5000_array/schema.json
Normal file
@ -0,0 +1 @@
|
||||
{ "type": "array" }
|
Loading…
Reference in New Issue
Block a user