testcases for instructions INSERT, INSERT2, SELECT and ASS

This commit is contained in:
Francesco Cozzuto
2023-01-23 21:36:44 +01:00
parent 31d0c100c1
commit 5234fc73a8
17 changed files with 359 additions and 10 deletions
+1 -1
View File
@@ -312,7 +312,7 @@ fun parseHead(src: String) {
return none, "Invalid header (missing \":\" after name)";
scan->consume();
char = scan->consumeSpaces();
# Header body until \r
body = "";
do {