fix: allow empty string literals
This commit is contained in:
@@ -1,3 +1,21 @@
|
||||
================================================================================
|
||||
empty string
|
||||
================================================================================
|
||||
|
||||
foo = ""
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
(config_file
|
||||
(body
|
||||
(attribute
|
||||
(identifier)
|
||||
(expression
|
||||
(literal_value
|
||||
(string_lit
|
||||
(quoted_template_start)
|
||||
(quoted_template_end)))))))
|
||||
|
||||
================================================================================
|
||||
unescaped tab
|
||||
================================================================================
|
||||
|
||||
Reference in New Issue
Block a user