summaryrefslogtreecommitdiff
path: root/test/prism/snapshots/seattlerb/attrasgn_array_arg.txt
diff options
context:
space:
mode:
authorKevin Newton <kddnewton@gmail.com>2024-02-22 10:55:52 -0500
committerKevin Newton <kddnewton@gmail.com>2024-02-22 22:42:44 -0500
commit3b3def5db7c27e985c12d8d2cf0f77ef3eb63744 (patch)
tree92b08debb980df05a21485f5ee03c830be78b115 /test/prism/snapshots/seattlerb/attrasgn_array_arg.txt
parentaf0a6ea1d5253379bd634b41ed95d8e9feed8b44 (diff)
[ruby/prism] Regenerate snapshots using integer values
Diffstat (limited to 'test/prism/snapshots/seattlerb/attrasgn_array_arg.txt')
-rw-r--r--test/prism/snapshots/seattlerb/attrasgn_array_arg.txt9
1 files changed, 6 insertions, 3 deletions
diff --git a/test/prism/snapshots/seattlerb/attrasgn_array_arg.txt b/test/prism/snapshots/seattlerb/attrasgn_array_arg.txt
index 2c14d9566c..9b04ae9656 100644
--- a/test/prism/snapshots/seattlerb/attrasgn_array_arg.txt
+++ b/test/prism/snapshots/seattlerb/attrasgn_array_arg.txt
@@ -28,12 +28,15 @@
│ │ ├── flags: ∅
│ │ ├── elements: (length: 2)
│ │ │ ├── @ IntegerNode (location: (1,3)-(1,4))
- │ │ │ │ └── flags: decimal
+ │ │ │ │ ├── flags: decimal
+ │ │ │ │ └── value: 1
│ │ │ └── @ IntegerNode (location: (1,6)-(1,7))
- │ │ │ └── flags: decimal
+ │ │ │ ├── flags: decimal
+ │ │ │ └── value: 2
│ │ ├── opening_loc: (1,2)-(1,3) = "["
│ │ └── closing_loc: (1,7)-(1,8) = "]"
│ └── @ IntegerNode (location: (1,12)-(1,13))
- │ └── flags: decimal
+ │ ├── flags: decimal
+ │ └── value: 3
├── closing_loc: (1,8)-(1,9) = "]"
└── block: ∅