From 78deba1aa1d0902f610161655c50d73e8e2f7204 Mon Sep 17 00:00:00 2001 From: Kevin Newton Date: Fri, 26 Jan 2024 15:13:46 -0500 Subject: [ruby/prism] Unary not name location https://github.com/ruby/prism/commit/78190d2999 --- test/prism/snapshots/seattlerb/defn_unary_not.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') 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: ∅ -- cgit v1.2.3