]> Repositorios git - scryer-prolog.git/commitdiff
address problems brought up in review
authorSkgland <[email protected]>
Thu, 11 Mar 2021 15:16:31 +0000 (16:16 +0100)
committerSkgland <[email protected]>
Thu, 11 Mar 2021 15:16:31 +0000 (16:16 +0100)
tests-pl/syntax_error.pl
tests/scryer/helper.rs

index fbdb2b1d2205c32da0504d7f15ec9aaba64ebf31..9a1751f4d3b179c2d01ce04677f9bb38ffc3ee2e 100644 (file)
@@ -1,6 +1,6 @@
 :- use_module(library(debug)).
 :- use_module(library(format)).
 
-missing_dot :- write('Not "." at the end of the line'), nl
+missing_dot :- write('No "." at the end of the line'), nl
 
-:- initialize(missing_dot).
\ No newline at end of file
+:- initialization(missing_dot).
index 2c3e06234aa057c110b3d528bee1d2da16f04650..5bd498dc58766b6d6757a206d403c0bbae036292 100644 (file)
@@ -60,7 +60,7 @@ pub fn run_top_level_test_no_args<
     run_top_level_test_with_args::<&[&str], _, _, _, _>(&[], stdin, expected_stdout)
 }
 
-/// Test whether scryr-prolog
+/// Test whether scryer-prolog
 /// produces the expected output when called with the supplied
 /// arguments and fed the supplied input
 pub fn run_top_level_test_with_args<