sapphire/tests/lex-multiple-periods.json
apio a0945e54b2 Update tests
Apparently now error reporting works better!! I wonder why...
2022-11-01 22:29:21 +01:00

9 lines
471 B
JSON

{
"file": "lex-multiple-periods.sp",
"compile": {
"flags": [],
"exit-code": 1,
"stdout": "\u001b[1;1mtests/lex-multiple-periods.sp:2:9: \u001b[33;49mwarning: \u001b[0;0mfloats can only have one dot\n2 3.45.6\n \u001b[33;49m^\u001b[0;0m\n",
"stderr": "\u001b[1;1mtests/lex-multiple-periods.sp:2:10: \u001b[31;49merror: \u001b[0;0mInvalid syntax\n2 3.45.6\n \u001b[31;49m^\u001b[0;0m\n"
}
}