summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorKevin Newton <kddnewton@gmail.com>2024-02-12 11:27:42 -0500
committergit <svn-admin@ruby-lang.org>2024-02-12 16:27:49 +0000
commitc3886c12dc22d5d913605060c603c5f4ddb66594 (patch)
treebfa11e6b11a3ba562580c6d894f6510059562904 /test
parent16b39072a56c253acdb35055e42a69631cf00d69 (diff)
[ruby/prism] Fix unary not location
https://github.com/ruby/prism/commit/861689f6d1
Diffstat (limited to 'test')
-rw-r--r--test/prism/snapshots/seattlerb/defn_unary_not.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/prism/snapshots/seattlerb/defn_unary_not.txt b/test/prism/snapshots/seattlerb/defn_unary_not.txt
index a659aeb9c2..231a3c0da9 100644
--- a/test/prism/snapshots/seattlerb/defn_unary_not.txt
+++ b/test/prism/snapshots/seattlerb/defn_unary_not.txt
@@ -4,8 +4,8 @@
@ StatementsNode (location: (1,0)-(1,17))
└── body: (length: 1)
└── @ DefNode (location: (1,0)-(1,17))
- ├── name: :"!@"
- ├── name_loc: (1,4)-(1,5) = "!"
+ ├── name: :!
+ ├── name_loc: (1,4)-(1,6) = "!@"
├── receiver: ∅
├── parameters: ∅
├── body: