summaryrefslogtreecommitdiff
path: root/test/prism/snapshots/whitequark/complex.txt
diff options
context:
space:
mode:
authorKevin Newton <kddnewton@gmail.com>2024-02-22 15:53:28 -0500
committerKevin Newton <kddnewton@gmail.com>2024-02-22 22:42:44 -0500
commit5e0589cf52113e012b48044e7e8773a2ab3ee58d (patch)
tree5a03a0a4f59b567b1a4e28c6ac8c3fb7f4bb8c76 /test/prism/snapshots/whitequark/complex.txt
parent3b3def5db7c27e985c12d8d2cf0f77ef3eb63744 (diff)
[ruby/prism] Parse float values
https://github.com/ruby/prism/commit/9137226a52
Diffstat (limited to 'test/prism/snapshots/whitequark/complex.txt')
-rw-r--r--test/prism/snapshots/whitequark/complex.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/prism/snapshots/whitequark/complex.txt b/test/prism/snapshots/whitequark/complex.txt
index 80e7c00fb9..e688585a5f 100644
--- a/test/prism/snapshots/whitequark/complex.txt
+++ b/test/prism/snapshots/whitequark/complex.txt
@@ -6,11 +6,13 @@
├── @ ImaginaryNode (location: (1,0)-(1,5))
│ └── numeric:
│ @ FloatNode (location: (1,0)-(1,4))
+ │ └── value: 42.1
├── @ ImaginaryNode (location: (3,0)-(3,6))
│ └── numeric:
│ @ RationalNode (location: (3,0)-(3,5))
│ └── numeric:
│ @ FloatNode (location: (3,0)-(3,4))
+ │ └── value: 42.1
├── @ ImaginaryNode (location: (5,0)-(5,3))
│ └── numeric:
│ @ IntegerNode (location: (5,0)-(5,2))