Skip to content

Fix bug for parsing backslash in string literal.

David Gobbi requested to merge dgobbi/vtk:parse-string into master

The string and char literals had a mistake that caused a mis-parse if a backslash appeared before the terminating quote. The new patterns fix the bug, and also allow for multi-line string literals.

Merge request reports