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