diff options
author | Kevin Newton <[email protected]> | 2024-02-22 10:55:52 -0500 |
---|---|---|
committer | Kevin Newton <[email protected]> | 2024-02-22 22:42:44 -0500 |
commit | 3b3def5db7c27e985c12d8d2cf0f77ef3eb63744 (patch) | |
tree | 92b08debb980df05a21485f5ee03c830be78b115 /test/prism/snapshots/whitequark/beginless_range.txt | |
parent | af0a6ea1d5253379bd634b41ed95d8e9feed8b44 (diff) |
[ruby/prism] Regenerate snapshots using integer values
Diffstat (limited to 'test/prism/snapshots/whitequark/beginless_range.txt')
-rw-r--r-- | test/prism/snapshots/whitequark/beginless_range.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/test/prism/snapshots/whitequark/beginless_range.txt b/test/prism/snapshots/whitequark/beginless_range.txt index ffbde4de34..59e6f135ad 100644 --- a/test/prism/snapshots/whitequark/beginless_range.txt +++ b/test/prism/snapshots/whitequark/beginless_range.txt @@ -8,12 +8,14 @@ │ ├── left: ∅ │ ├── right: │ │ @ IntegerNode (location: (1,3)-(1,6)) - │ │ └── flags: decimal + │ │ ├── flags: decimal + │ │ └── value: 100 │ └── operator_loc: (1,0)-(1,3) = "..." └── @ RangeNode (location: (3,0)-(3,5)) ├── flags: ∅ ├── left: ∅ ├── right: │ @ IntegerNode (location: (3,2)-(3,5)) - │ └── flags: decimal + │ ├── flags: decimal + │ └── value: 100 └── operator_loc: (3,0)-(3,2) = ".." |