aboutsummaryrefslogtreecommitdiffstats
path: root/test/yarp/snapshots/seattlerb/in_expr_no_case.txt
blob: 61a9840e1f05ef7c807f0418fcc72efa0190151e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
@ ProgramNode (location: (0...16))
├── locals: []
└── statements:
    @ StatementsNode (location: (0...16))
    └── body: (length: 1)
        └── @ MatchPredicateNode (location: (0...16))
            ├── value:
            │   @ StringNode (location: (0...6))
            │   ├── flags: ∅
            │   ├── opening_loc: (0...1) = "'"
            │   ├── content_loc: (1...5) = "woot"
            │   ├── closing_loc: (5...6) = "'"
            │   └── unescaped: "woot"
            ├── pattern:
            │   @ ConstantReadNode (location: (10...16))
            │   └── name: :String
            └── operator_loc: (7...9) = "in"