wip heredoc

This commit is contained in:
mhoffm
2021-06-23 00:34:26 +02:00
parent b9a95e5b48
commit 91e946d55b
2 changed files with 25 additions and 64 deletions

View File

@@ -1,22 +1,3 @@
================================================================================
bad escape sequence 2
================================================================================
foo = "bar\uZZ"
--------------------------------------------------------------------------------
(config_file
(body
(attribute
(identifier)
(expression
(literal_value
(string_lit
(template_literal
(ERROR
(UNEXPECTED '\')))))))))
================================================================================
unescaped tab
================================================================================
@@ -34,25 +15,6 @@ foo = "foo bar"
(string_lit
(template_literal)))))))
================================================================================
unescaped backslash
================================================================================
foo = "foo\bar"
--------------------------------------------------------------------------------
(config_file
(body
(attribute
(identifier)
(expression
(literal_value
(string_lit
(template_literal
(ERROR
(UNEXPECTED '\')))))))))
================================================================================
escaped backslash at end
================================================================================