summaryrefslogtreecommitdiff
path: root/test/prism/snapshots/regex.txt
diff options
context:
space:
mode:
authorKevin Newton <[email protected]>2024-01-02 14:54:45 -0500
committergit <[email protected]>2024-01-02 20:59:19 +0000
commitadbfbd822f37d9dfc94d071af4d2d4390bfb29eb (patch)
treea027fe16a035133f864df962ab83c7da0be82ee8 /test/prism/snapshots/regex.txt
parent380c218bfa85dcb1418c72144f59550999ef396c (diff)
[ruby/prism] Ignore visibility flag
https://github.com/ruby/prism/commit/55b049ddac
Diffstat (limited to 'test/prism/snapshots/regex.txt')
-rw-r--r--test/prism/snapshots/regex.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/test/prism/snapshots/regex.txt b/test/prism/snapshots/regex.txt
index 318c1a832a..06c9bc646b 100644
--- a/test/prism/snapshots/regex.txt
+++ b/test/prism/snapshots/regex.txt
@@ -4,7 +4,7 @@
@ StatementsNode (location: (1,0)-(40,24))
└── body: (length: 21)
├── @ CallNode (location: (1,0)-(1,9))
- │ ├── flags: ∅
+ │ ├── flags: ignore_visibility
│ ├── receiver: ∅
│ ├── call_operator_loc: ∅
│ ├── name: :foo
@@ -66,7 +66,7 @@
│ │ │ │ @ StatementsNode (location: (9,7)-(9,10))
│ │ │ │ └── body: (length: 1)
│ │ │ │ └── @ CallNode (location: (9,7)-(9,10))
- │ │ │ │ ├── flags: variable_call
+ │ │ │ │ ├── flags: variable_call, ignore_visibility
│ │ │ │ ├── receiver: ∅
│ │ │ │ ├── call_operator_loc: ∅
│ │ │ │ ├── name: :bbb
@@ -106,7 +106,7 @@
│ │ │ │ │ ├── flags: ∅
│ │ │ │ │ └── arguments: (length: 1)
│ │ │ │ │ └── @ CallNode (location: (11,18)-(11,21))
- │ │ │ │ │ ├── flags: variable_call
+ │ │ │ │ │ ├── flags: variable_call, ignore_visibility
│ │ │ │ │ ├── receiver: ∅
│ │ │ │ │ ├── call_operator_loc: ∅
│ │ │ │ │ ├── name: :baz
@@ -203,7 +203,7 @@
│ │ │ @ StatementsNode (location: (30,7)-(30,10))
│ │ │ └── body: (length: 1)
│ │ │ └── @ CallNode (location: (30,7)-(30,10))
- │ │ │ ├── flags: variable_call
+ │ │ │ ├── flags: variable_call, ignore_visibility
│ │ │ ├── receiver: ∅
│ │ │ ├── call_operator_loc: ∅
│ │ │ ├── name: :bbb
@@ -316,7 +316,7 @@
│ │ └── flags: decimal
│ └── operator_loc: (39,2)-(39,3) = "="
└── @ CallNode (location: (40,0)-(40,24))
- ├── flags: ∅
+ ├── flags: ignore_visibility
├── receiver: ∅
├── call_operator_loc: ∅
├── name: :tap
@@ -352,7 +352,7 @@
│ │ │ ├── flags: ∅
│ │ │ └── arguments: (length: 1)
│ │ │ └── @ CallNode (location: (40,18)-(40,22))
- │ │ │ ├── flags: variable_call
+ │ │ │ ├── flags: variable_call, ignore_visibility
│ │ │ ├── receiver: ∅
│ │ │ ├── call_operator_loc: ∅
│ │ │ ├── name: :to_s