aboutsummaryrefslogtreecommitdiffstats
path: root/test/yarp/snapshots/seattlerb/regexp_esc_u.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/yarp/snapshots/seattlerb/regexp_esc_u.txt')
-rw-r--r--test/yarp/snapshots/seattlerb/regexp_esc_u.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/test/yarp/snapshots/seattlerb/regexp_esc_u.txt b/test/yarp/snapshots/seattlerb/regexp_esc_u.txt
index 469102389a..adbfe36880 100644
--- a/test/yarp/snapshots/seattlerb/regexp_esc_u.txt
+++ b/test/yarp/snapshots/seattlerb/regexp_esc_u.txt
@@ -1,11 +1,11 @@
-@ ProgramNode (location: (0...17))
+@ ProgramNode (location: (1,0)-(1,17))
├── locals: []
└── statements:
- @ StatementsNode (location: (0...17))
+ @ StatementsNode (location: (1,0)-(1,17))
└── body: (length: 1)
- └── @ RegularExpressionNode (location: (0...17))
- ├── opening_loc: (0...1) = "/"
- ├── content_loc: (1...16) = "[\\u0021-\\u0027]"
- ├── closing_loc: (16...17) = "/"
+ └── @ RegularExpressionNode (location: (1,0)-(1,17))
+ ├── opening_loc: (1,0)-(1,1) = "/"
+ ├── content_loc: (1,1)-(1,16) = "[\\u0021-\\u0027]"
+ ├── closing_loc: (1,16)-(1,17) = "/"
├── unescaped: "[!-']"
└── flags: ∅