Do not match msg separator as constant value

This commit is contained in:
Marko Durkovic
2021-10-04 16:46:22 +02:00
parent 7bbc2914c4
commit 75d98df4bf
2 changed files with 22 additions and 1 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ comment
= r'#[^\n]*'
const_dcl
= 'string' identifier '=' r'[^\n]+'
= 'string' identifier r'=(?!={79}\n)' r'[^\n]+'
/ type_spec identifier '=' integer_literal
field_dcl