clean up tests/

give helper function a more descriptive name
This commit is contained in:
Skgland
2021-03-11 01:21:20 +01:00
parent d4d47182b4
commit e1c681fffe
7 changed files with 245 additions and 66 deletions

6
tests-pl/syntax_error.pl Normal file
View File

@@ -0,0 +1,6 @@
:- use_module(library(debug)).
:- use_module(library(format)).
missing_dot :- write('Not "." at the end of the line'), nl
:- initialize(missing_dot).