diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/prism/snapshots/seattlerb/defn_unary_not.txt | 2 |
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: ∅ |
