print dot after errors, fix tests (#1408)

This commit is contained in:
Mark Thom
2022-04-10 10:15:00 -06:00
parent 8bf3d4ea71
commit 56681af1b6
3 changed files with 7 additions and 5 deletions

View File

@@ -30,7 +30,7 @@ fn hello_world() {
fn syntax_error() {
load_module_test(
"tests-pl/syntax_error.pl",
" error(syntax_error(incomplete_reduction),read_term/3:6)\n",
" error(syntax_error(incomplete_reduction),read_term/3:6).\n",
);
}