fix tests, use '$first_answer' to print indentation before errors (#1408)
This commit is contained in:
@@ -30,7 +30,7 @@ fn hello_world() {
|
||||
fn syntax_error() {
|
||||
load_module_test(
|
||||
"tests-pl/syntax_error.pl",
|
||||
"caught: error(syntax_error(incomplete_reduction),read_term/3:6)\n",
|
||||
" error(syntax_error(incomplete_reduction),read_term/3:6)\n",
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user