1
1
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:
Rob Rix 2018-06-27 11:24:48 -04:00
parent 48aff6d404
commit fafba67774
6 changed files with 32 additions and 0 deletions

View File

@ -0,0 +1 @@
[1, 3, 3, 5, 7]

View File

@ -0,0 +1 @@
[2, 3, 4, 5, 6]

View File

@ -0,0 +1,9 @@
(Array
{ (Float)
->(Float) }
(Float)
{ (Float)
->(Float) }
(Float)
{ (Float)
->(Float) })

View File

@ -0,0 +1,9 @@
(Array
{ (Float)
->(Float) }
(Float)
{ (Float)
->(Float) }
(Float)
{ (Float)
->(Float) })

View File

@ -0,0 +1,6 @@
(Array
(Float)
(Float)
(Float)
(Float)
(Float))

View File

@ -0,0 +1,6 @@
(Array
(Float)
(Float)
(Float)
(Float)
(Float))