Update tests
This commit is contained in:
parent
cc5013ec6f
commit
121d8447df
@ -1 +1 @@
|
||||
{"file": "simple.sp", "compile": {"flags": [], "exit-code": -11, "stdout": "", "stderr": ""}}
|
||||
{"file": "simple.sp", "compile": {"flags": [], "exit-code": 1, "stdout": "", "stderr": "\u001b[1;1mtests/simple.sp:1:1: \u001b[31;49merror: \u001b[0;0mexpected a number\n1 const { outln } from @'core/io';\n \u001b[31;49m^\u001b[0;0m\n"}}
|
@ -1 +1 @@
|
||||
{"file": "wimport.sp", "compile": {"flags": ["--wimport"], "exit-code": -11, "stdout": "\u001b[1;1mtests/wimport.sp:1:8: \u001b[33;49mwarning: \u001b[0;0mfile already imported, skipping\n1 import tests/wimport;\n \u001b[33;49m^\u001b[0;0m\n", "stderr": ""}}
|
||||
{"file": "wimport.sp", "compile": {"flags": [], "exit-code": 1, "stdout": "", "stderr": "\u001b[1;1mtests/wimport.sp:1:22: \u001b[31;49merror: \u001b[0;0mexpected a number\n1 \n \u001b[31;49m^\u001b[0;0m\n"}}
|
Loading…
Reference in New Issue
Block a user