summaryrefslogtreecommitdiff
path: root/test/fixtures/expression_equality/any.a.json
diff options
context:
space:
mode:
Diffstat (limited to 'test/fixtures/expression_equality/any.a.json')
-rw-r--r--test/fixtures/expression_equality/any.a.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/test/fixtures/expression_equality/any.a.json b/test/fixtures/expression_equality/any.a.json
new file mode 100644
index 0000000000..3f044c1f79
--- /dev/null
+++ b/test/fixtures/expression_equality/any.a.json
@@ -0,0 +1,17 @@
+[
+ "any",
+ [
+ "boolean",
+ [
+ "get",
+ "x"
+ ]
+ ],
+ [
+ "boolean",
+ [
+ "get",
+ "y"
+ ]
+ ]
+] \ No newline at end of file