C++: Sync identical file.

This commit is contained in:
Mathias Vorreiter Pedersen
2020-10-31 18:02:12 +01:00
parent 870ed0039b
commit fc80ef2ed8

View File

@@ -233,7 +233,7 @@ private string expectationPattern() {
exists(string tag, string tags, string value |
tag = "[A-Za-z-_][A-Za-z-_0-9]*" and
tags = "((?:" + tag + ")(?:\\s*,\\s*" + tag + ")*)" and
value = "((?:\"[^\"]*\"|\\S+)*)" and
value = "((?:\"[^\"]*\"|'[^']*'|\\S+)*)" and
result = tags + "(?:=" + value + ")?"
)
}