You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: crates/djls-template-ast/src/snapshots/djls_template_ast__parser__tests__errors__parse_error_recovery.snap
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -29,10 +29,10 @@ nodes:
29
29
assignment: ~
30
30
nodes:
31
31
-Comment:
32
-
content: "{# This if is unclosed which does matter #}"
32
+
content: Thisifisunclosedwhichdoesmatter
33
33
span:
34
34
start: 87
35
-
length: 43
35
+
length: 37
36
36
-Text:
37
37
content: "<p>Welcome"
38
38
span:
@@ -57,10 +57,10 @@ nodes:
57
57
start: 178
58
58
length: 5
59
59
-Comment:
60
-
content: "{# This div is unclosed which doesn't matter #}"
60
+
content: "This div is unclosed which doesn't matter"
0 commit comments