clean up tests/
give helper function a more descriptive name
This commit is contained in:
6
tests-pl/syntax_error.pl
Normal file
6
tests-pl/syntax_error.pl
Normal 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).
|
||||
Reference in New Issue
Block a user