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