We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c17edf commit abdcf4aCopy full SHA for abdcf4a
engine/parser.def
@@ -52,7 +52,7 @@ stepline
52
= !"--" string __ { return { "stepline": text()}; }
53
54
string "string"
55
- = [a-zA-Z0-9.(),;:/-_-" ]+ { return text(); }
+ = [^\r\n]+ { return text(); }
56
57
_ "whitespace"
58
= [ \t]*
0 commit comments