summaryrefslogtreecommitdiff
path: root/test/prism/snapshots/whitequark/complex.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/whitequark/complex.txt
parentaf0a6ea1d5253379bd634b41ed95d8e9feed8b44 (diff)
[ruby/prism] Regenerate snapshots using integer values
Diffstat (limited to 'test/prism/snapshots/whitequark/complex.txt')
-rw-r--r--test/prism/snapshots/whitequark/complex.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/test/prism/snapshots/whitequark/complex.txt b/test/prism/snapshots/whitequark/complex.txt
index f81564d700..80e7c00fb9 100644
--- a/test/prism/snapshots/whitequark/complex.txt
+++ b/test/prism/snapshots/whitequark/complex.txt
@@ -14,10 +14,12 @@
├── @ ImaginaryNode (location: (5,0)-(5,3))
│ └── numeric:
│ @ IntegerNode (location: (5,0)-(5,2))
- │ └── flags: decimal
+ │ ├── flags: decimal
+ │ └── value: 42
└── @ ImaginaryNode (location: (7,0)-(7,4))
└── numeric:
@ RationalNode (location: (7,0)-(7,3))
└── numeric:
@ IntegerNode (location: (7,0)-(7,2))
- └── flags: decimal
+ ├── flags: decimal
+ └── value: 42