summaryrefslogtreecommitdiff
path: root/test/fixtures/expression_equality/array.a.json
diff options
context:
space:
mode:
Diffstat (limited to 'test/fixtures/expression_equality/array.a.json')
-rw-r--r--test/fixtures/expression_equality/array.a.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/test/fixtures/expression_equality/array.a.json b/test/fixtures/expression_equality/array.a.json
new file mode 100644
index 0000000000..3c31303ca3
--- /dev/null
+++ b/test/fixtures/expression_equality/array.a.json
@@ -0,0 +1,11 @@
+[
+ "array",
+ [
+ "literal",
+ [
+ 1,
+ 2,
+ 3
+ ]
+ ]
+] \ No newline at end of file