Skip to content

Commit 11bd0bc

Browse files
author
martin
committed
Correct the expected strings for the JSON-UI tests
1 parent c8a210b commit 11bd0bc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

regression/cbmc/json-ui/no_entry.desc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ no_entry.c
44
activate-multi-line-match
55
^EXIT=6$
66
^SIGNAL=0$
7-
"messageText": "the program has no entry point",[\n ]*"messageType": "ERROR",
7+
"messageText": "the program has no entry point",[\n ]*"messageType": "ERROR"
88
--
99
^warning: ignoring
1010
^VERIFICATION SUCCESSFUL$

regression/cbmc/json-ui/syntax_error.desc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ syntax_error.c
44
activate-multi-line-match
55
^EXIT=6$
66
^SIGNAL=0$
7-
"messageText": "syntax error before .*",[\n ]*"messageType": "ERROR",[\n ]*"sourceLocation": {[\n ]*"file": "syntax_error.c",[\n ]*"function": "main",[\n ]*"line": "4",
7+
"messageText": "syntax error before .*",[\n ]*"messageType": "ERROR",[\n ]*"sourceLocation": \{[\n ]*"file": "syntax_error.c",[\n ]*"function": "main",[\n ]*"line": "4",
88
--
99
^warning: ignoring
1010
^VERIFICATION SUCCESSFUL$

0 commit comments

Comments
 (0)