Changeset: b0cce8d092b6 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=b0cce8d092b6 Modified Files: monetdb5/modules/atoms/Tests/inet01.stable.out monetdb5/modules/mal/Tests/call00.stable.out Branch: malparsing Log Message:
Approve output diffs (25 lines): diff --git a/monetdb5/modules/atoms/Tests/inet01.stable.out b/monetdb5/modules/atoms/Tests/inet01.stable.out --- a/monetdb5/modules/atoms/Tests/inet01.stable.out +++ b/monetdb5/modules/atoms/Tests/inet01.stable.out @@ -29,8 +29,7 @@ Ready. [ "192.168.0.0/24" ] [ "192.168.0.0/16" ] [ "192.168.0.3/24" ] -Caught parse exception -[ "(nil)" ] +[ "0.0.0.0/0" ] [ "127.0.0.0" ] [ "127.0.0.0" ] [ false ] diff --git a/monetdb5/modules/mal/Tests/call00.stable.out b/monetdb5/modules/mal/Tests/call00.stable.out --- a/monetdb5/modules/mal/Tests/call00.stable.out +++ b/monetdb5/modules/mal/Tests/call00.stable.out @@ -36,7 +36,7 @@ Ready. [ 0@0, "(i:int, s:str):bit;" ] [ 2 ] hello world -[ "function user.tst(i:int, s:str):bit;\n j := calc.+(i, 1:int);\n io.print(j);\n# ignore comments \n format := \"hello %s\\n\";\n io.printf(format, s);\n return tst := true;\nend user.tst;\n" ] +[ "function user.tst(i:int, s:str):bit;\n j := calc.+(i, 1:int);\n io.print(j);\n format := \"hello %s\\n\";\n io.printf(format, s);\n return tst := true;\nend user.tst;\n" ] #--------------------------# # view input # name # void str # type _______________________________________________ checkin-list mailing list [email protected] https://www.monetdb.org/mailman/listinfo/checkin-list
