wip heredoc
This commit is contained in:
@@ -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
|
||||
================================================================================
|
||||
|
||||
Reference in New Issue
Block a user