-
Notifications
You must be signed in to change notification settings - Fork 13
Quoting in Attributes #68
Copy link
Copy link
Open
Labels
LanguagebugSomething isn't workingSomething isn't workingdocumentationImprovements or additions to documentationImprovements or additions to documentation
Description
Activity
Metadata
Metadata
Assignees
Labels
LanguagebugSomething isn't workingSomething isn't workingdocumentationImprovements or additions to documentationImprovements or additions to documentation
In the UVL Lexer, only single-quoted strings are allowed:
STRING: '\''~[\r\n']+'\'';This is in contradiction to "official" (meant that @SundermannC generated them ;-)) UVL-files, as e.g. this
Note that this occurred in Python.