We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81e07f3 commit d290a34Copy full SHA for d290a34
1 file changed
snapshots/escaped_newline_with_trailing_content.txt
@@ -0,0 +1,13 @@
1
+@ ProgramNode (location: (1,0)-(2,6))
2
+├── flags: ∅
3
+├── locals: []
4
+└── statements:
5
+ @ StatementsNode (location: (1,0)-(2,6))
6
+ ├── flags: ∅
7
+ └── body: (length: 1)
8
+ └── @ StringNode (location: (1,0)-(2,6))
9
+ ├── flags: newline
10
+ ├── opening_loc: (1,0)-(1,1) = "\""
11
+ ├── content_loc: (1,1)-(2,5) = "A\nB\\nCC"
12
+ ├── closing_loc: (2,5)-(2,6) = "\""
13
+ └── unescaped: "A\nB\nCC"
0 commit comments