summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorKevin Newton <kddnewton@gmail.com>2024-01-26 15:13:46 -0500
committergit <svn-admin@ruby-lang.org>2024-02-12 15:57:17 +0000
commit78deba1aa1d0902f610161655c50d73e8e2f7204 (patch)
treeda615e96a14c331bc66f5482f813674bce19484e /test
parent739eec0456e50c6b83ff28d5887310102f5f1f2c (diff)
[ruby/prism] Unary not name location
https://github.com/ruby/prism/commit/78190d2999
Diffstat (limited to 'test')
-rw-r--r--test/prism/snapshots/seattlerb/defn_unary_not.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/prism/snapshots/seattlerb/defn_unary_not.txt b/test/prism/snapshots/seattlerb/defn_unary_not.txt
index df2e3a87bb..a659aeb9c2 100644
--- a/test/prism/snapshots/seattlerb/defn_unary_not.txt
+++ b/test/prism/snapshots/seattlerb/defn_unary_not.txt
@@ -4,7 +4,7 @@
@ StatementsNode (location: (1,0)-(1,17))
└── body: (length: 1)
└── @ DefNode (location: (1,0)-(1,17))
- ├── name: :!
+ ├── name: :"!@"
├── name_loc: (1,4)-(1,5) = "!"
├── receiver: ∅
├── parameters: ∅