summaryrefslogtreecommitdiff
path: root/test/fixtures/expression_equality/case.a.json
blob: 84049294f538274cdf095da7b1849767f9676714 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[
  "case",
  [
    "get",
    "x"
  ],
  "x",
  [
    "get",
    "y"
  ],
  "y",
  "otherwise"
]