Skip to content

Commit fc80ef2

Browse files
committed
C++: Sync identical file.
1 parent 870ed00 commit fc80ef2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/test/TestUtilities/InlineExpectationsTest.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ private string expectationPattern() {
233233
exists(string tag, string tags, string value |
234234
tag = "[A-Za-z-_][A-Za-z-_0-9]*" and
235235
tags = "((?:" + tag + ")(?:\\s*,\\s*" + tag + ")*)" and
236-
value = "((?:\"[^\"]*\"|\\S+)*)" and
236+
value = "((?:\"[^\"]*\"|'[^']*'|\\S+)*)" and
237237
result = tags + "(?:=" + value + ")?"
238238
)
239239
}

0 commit comments

Comments
 (0)