mirror of
https://github.com/github/semantic.git
synced 2024-11-24 08:54:07 +03:00
Add fixtures for JSON arrays.
This commit is contained in:
parent
48aff6d404
commit
fafba67774
1
test/fixtures/json/corpus/array.A.json
vendored
Normal file
1
test/fixtures/json/corpus/array.A.json
vendored
Normal file
@ -0,0 +1 @@
|
||||
[1, 3, 3, 5, 7]
|
1
test/fixtures/json/corpus/array.B.json
vendored
Normal file
1
test/fixtures/json/corpus/array.B.json
vendored
Normal file
@ -0,0 +1 @@
|
||||
[2, 3, 4, 5, 6]
|
9
test/fixtures/json/corpus/array.diffA-B.txt
vendored
Normal file
9
test/fixtures/json/corpus/array.diffA-B.txt
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
(Array
|
||||
{ (Float)
|
||||
->(Float) }
|
||||
(Float)
|
||||
{ (Float)
|
||||
->(Float) }
|
||||
(Float)
|
||||
{ (Float)
|
||||
->(Float) })
|
9
test/fixtures/json/corpus/array.diffB-A.txt
vendored
Normal file
9
test/fixtures/json/corpus/array.diffB-A.txt
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
(Array
|
||||
{ (Float)
|
||||
->(Float) }
|
||||
(Float)
|
||||
{ (Float)
|
||||
->(Float) }
|
||||
(Float)
|
||||
{ (Float)
|
||||
->(Float) })
|
6
test/fixtures/json/corpus/array.parseA.txt
vendored
Normal file
6
test/fixtures/json/corpus/array.parseA.txt
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
(Array
|
||||
(Float)
|
||||
(Float)
|
||||
(Float)
|
||||
(Float)
|
||||
(Float))
|
6
test/fixtures/json/corpus/array.parseB.txt
vendored
Normal file
6
test/fixtures/json/corpus/array.parseB.txt
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
(Array
|
||||
(Float)
|
||||
(Float)
|
||||
(Float)
|
||||
(Float)
|
||||
(Float))
|
Loading…
Reference in New Issue
Block a user