Fix typos in hard-coded test data, uncovered by a compiler upgrade to
clang version 12.0.0-1ubuntu1
"F",
"2",
"0",
- "9"
+ "9",
"{",
".",
"[",
"F",
"2",
"0",
- "9"
+ "9",
"{",
".",
"[",
"F",
"2",
"0",
- "9"
+ "9",
"{",
".",
"[",
"F",
"2",
"0",
- "9"
+ "9",
"{",
".",
"[",
"A: n is 13", // Uppercase keywords not allowed.
"a: n ! = 3", // spaces in != operator
"a: n = not 3", // '=' not exact equivalent of 'is'
- "a: n ! in 3..4" // '!' not exact equivalent of 'not'
+ "a: n ! in 3..4", // '!' not exact equivalent of 'not'
"a: n % 37 ! in 3..4"
};