add more tests
for some of the recently closed issues
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
% hello
|
||||
% line!
|
||||
|
||||
a :- b(X).
|
||||
@@ -0,0 +1,3 @@
|
||||
test :- write(world), nl.
|
||||
|
||||
:- initialization(write(hello)).
|
||||
@@ -0,0 +1 @@
|
||||
:- initialization(call).
|
||||
@@ -0,0 +1 @@
|
||||
:- op(900, fy, [$,@]).
|
||||
@@ -0,0 +1,3 @@
|
||||
:- set_prolog_flag(occurs_check, true).
|
||||
|
||||
f(X, g(X)).
|
||||
@@ -0,0 +1 @@
|
||||
:- initialization(throw(e)).
|
||||
Reference in New Issue
Block a user