aboutsummaryrefslogtreecommitdiffstats
path: root/test/prism/snapshots/seattlerb/case_in.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/case_in.txt
parentaf0a6ea1d5253379bd634b41ed95d8e9feed8b44 (diff)
downloadruby-3b3def5db7c27e985c12d8d2cf0f77ef3eb63744.tar.gz
[ruby/prism] Regenerate snapshots using integer values
Diffstat (limited to 'test/prism/snapshots/seattlerb/case_in.txt')
-rw-r--r--test/prism/snapshots/seattlerb/case_in.txt18
1 files changed, 12 insertions, 6 deletions
diff --git a/test/prism/snapshots/seattlerb/case_in.txt b/test/prism/snapshots/seattlerb/case_in.txt
index 496909e4df..6a1cc56da6 100644
--- a/test/prism/snapshots/seattlerb/case_in.txt
+++ b/test/prism/snapshots/seattlerb/case_in.txt
@@ -193,7 +193,8 @@
│ │ │ ├── left: ∅
│ │ │ ├── right:
│ │ │ │ @ IntegerNode (location: (22,7)-(22,9))
- │ │ │ │ └── flags: decimal
+ │ │ │ │ ├── flags: decimal
+ │ │ │ │ └── value: 10
│ │ │ └── operator_loc: (22,4)-(22,7) = "..."
│ │ ├── statements: ∅
│ │ ├── in_loc: (22,0)-(22,2) = "in"
@@ -217,7 +218,8 @@
│ │ │ ├── left: ∅
│ │ │ ├── right:
│ │ │ │ @ IntegerNode (location: (26,6)-(26,8))
- │ │ │ │ └── flags: decimal
+ │ │ │ │ ├── flags: decimal
+ │ │ │ │ └── value: 10
│ │ │ └── operator_loc: (26,4)-(26,6) = ".."
│ │ ├── statements: ∅
│ │ ├── in_loc: (26,0)-(26,2) = "in"
@@ -240,7 +242,8 @@
│ │ │ ├── flags: exclude_end
│ │ │ ├── left:
│ │ │ │ @ IntegerNode (location: (30,4)-(30,5))
- │ │ │ │ └── flags: decimal
+ │ │ │ │ ├── flags: decimal
+ │ │ │ │ └── value: 1
│ │ │ ├── right: ∅
│ │ │ └── operator_loc: (30,5)-(30,8) = "..."
│ │ ├── statements: ∅
@@ -264,10 +267,12 @@
│ │ │ ├── flags: exclude_end
│ │ │ ├── left:
│ │ │ │ @ IntegerNode (location: (34,4)-(34,5))
- │ │ │ │ └── flags: decimal
+ │ │ │ │ ├── flags: decimal
+ │ │ │ │ └── value: 1
│ │ │ ├── right:
│ │ │ │ @ IntegerNode (location: (34,8)-(34,9))
- │ │ │ │ └── flags: decimal
+ │ │ │ │ ├── flags: decimal
+ │ │ │ │ └── value: 3
│ │ │ └── operator_loc: (34,5)-(34,8) = "..."
│ │ ├── statements: ∅
│ │ ├── in_loc: (34,0)-(34,2) = "in"
@@ -287,7 +292,8 @@
│ │ └── @ InNode (location: (38,0)-(38,6))
│ │ ├── pattern:
│ │ │ @ IntegerNode (location: (38,4)-(38,6))
- │ │ │ └── flags: decimal
+ │ │ │ ├── flags: decimal
+ │ │ │ └── value: 42
│ │ ├── statements: ∅
│ │ ├── in_loc: (38,0)-(38,2) = "in"
│ │ └── then_loc: ∅