Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
Kea
Commits
b906be2c
Commit
b906be2c
authored
Jul 25, 2017
by
Tomek Mrugalski
🛰
Browse files
[master] Reverting one change after github52 merge.
parent
1dcaef6f
Changes
1
Show whitespace changes
Inline
Side-by-side
src/lib/eval/tests/context_unittest.cc
View file @
b906be2c
...
@@ -1218,7 +1218,10 @@ TEST_F(EvalContextTest, scanErrors) {
...
@@ -1218,7 +1218,10 @@ TEST_F(EvalContextTest, scanErrors) {
checkError
(
"0x123h"
,
"<string>:1.6: Invalid character: h"
);
checkError
(
"0x123h"
,
"<string>:1.6: Invalid character: h"
);
checkError
(
":1"
,
"<string>:1.1: Invalid character: :"
);
checkError
(
":1"
,
"<string>:1.1: Invalid character: :"
);
checkError
(
"="
,
"<string>:1.1: Invalid character: ="
);
checkError
(
"="
,
"<string>:1.1: Invalid character: ="
);
checkError
(
"substring"
,
"<string>:1.1: Invalid character: s"
);
// Typo should be handled as well.
checkError
(
"subtring"
,
"<string>:1.1: Invalid character: s"
);
checkError
(
"foo"
,
"<string>:1.1: Invalid character: f"
);
checkError
(
"foo"
,
"<string>:1.1: Invalid character: f"
);
checkError
(
" bar"
,
"<string>:1.2: Invalid character: b"
);
checkError
(
" bar"
,
"<string>:1.2: Invalid character: b"
);
checkError
(
"relay[12].hex == 'foo'"
,
"<string>:1.1: Invalid character: r"
);
checkError
(
"relay[12].hex == 'foo'"
,
"<string>:1.1: Invalid character: r"
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment