summaryrefslogtreecommitdiff
path: root/test/fixtures/expression_equality/in.b.json
diff options
context:
space:
mode:
Diffstat (limited to 'test/fixtures/expression_equality/in.b.json')
-rw-r--r--test/fixtures/expression_equality/in.b.json20
1 files changed, 20 insertions, 0 deletions
diff --git a/test/fixtures/expression_equality/in.b.json b/test/fixtures/expression_equality/in.b.json
new file mode 100644
index 0000000000..a63a94fb00
--- /dev/null
+++ b/test/fixtures/expression_equality/in.b.json
@@ -0,0 +1,20 @@
+[
+ "number",
+ [
+ "in",
+ [
+ "number",
+ [
+ "get",
+ "i"
+ ]
+ ],
+ [
+ "array",
+ [
+ "get",
+ "arr_other"
+ ]
+ ]
+ ]
+] \ No newline at end of file