diff options
Diffstat (limited to 'test/prism/snapshots/whitequark/array_plain.txt')
-rw-r--r-- | test/prism/snapshots/whitequark/array_plain.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/test/prism/snapshots/whitequark/array_plain.txt b/test/prism/snapshots/whitequark/array_plain.txt index 17dd4a2137..b183a7ac6b 100644 --- a/test/prism/snapshots/whitequark/array_plain.txt +++ b/test/prism/snapshots/whitequark/array_plain.txt @@ -7,8 +7,10 @@ ├── flags: ∅ ├── elements: (length: 2) │ ├── @ IntegerNode (location: (1,1)-(1,2)) - │ │ └── flags: decimal + │ │ ├── flags: decimal + │ │ └── value: 1 │ └── @ IntegerNode (location: (1,4)-(1,5)) - │ └── flags: decimal + │ ├── flags: decimal + │ └── value: 2 ├── opening_loc: (1,0)-(1,1) = "[" └── closing_loc: (1,5)-(1,6) = "]" |