Changeset: 5b26f014e3c6 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=5b26f014e3c6 Modified Files: monetdb5/mal/Tests/tst251.stable.out Branch: Apr2019 Log Message:
Fixed printing empty strings diffs (12 lines): diff --git a/monetdb5/mal/Tests/tst251.stable.out b/monetdb5/mal/Tests/tst251.stable.out --- a/monetdb5/mal/Tests/tst251.stable.out +++ b/monetdb5/mal/Tests/tst251.stable.out @@ -44,7 +44,7 @@ Ready. [ 0, "hello" ] [ 1, "brave" ] [ 2, "world" ] -[ 3 ] +[ 3, "" ] [ 4, nil ] [ 5, "!" ] _______________________________________________ checkin-list mailing list [email protected] https://www.monetdb.org/mailman/listinfo/checkin-list
