add more tests
for some of the recently closed issues
This commit is contained in:
4
tests-pl/issue812-singleton-warning.pl
Normal file
4
tests-pl/issue812-singleton-warning.pl
Normal file
@@ -0,0 +1,4 @@
|
||||
% hello
|
||||
% line!
|
||||
|
||||
a :- b(X).
|
||||
3
tests-pl/issue820-goals.pl
Normal file
3
tests-pl/issue820-goals.pl
Normal file
@@ -0,0 +1,3 @@
|
||||
test :- write(world), nl.
|
||||
|
||||
:- initialization(write(hello)).
|
||||
1
tests-pl/issue831-call0.pl
Normal file
1
tests-pl/issue831-call0.pl
Normal file
@@ -0,0 +1 @@
|
||||
:- initialization(call).
|
||||
1
tests-pl/issue839-op3.pl
Normal file
1
tests-pl/issue839-op3.pl
Normal file
@@ -0,0 +1 @@
|
||||
:- op(900, fy, [$,@]).
|
||||
3
tests-pl/issue841-occure-check.pl
Normal file
3
tests-pl/issue841-occure-check.pl
Normal file
@@ -0,0 +1,3 @@
|
||||
:- set_prolog_flag(occurs_check, true).
|
||||
|
||||
f(X, g(X)).
|
||||
1
tests-pl/issue852-throw_e.pl
Normal file
1
tests-pl/issue852-throw_e.pl
Normal file
@@ -0,0 +1 @@
|
||||
:- initialization(throw(e)).
|
||||
Reference in New Issue
Block a user