add test for declaration errors
This commit is contained in:
@@ -0,0 +1 @@
|
||||
:- op(10, moin, example).
|
||||
@@ -0,0 +1 @@
|
||||
:- op(4000, xfx, example).
|
||||
@@ -0,0 +1 @@
|
||||
:- op(5, xfx, example(a,b)).
|
||||
@@ -0,0 +1 @@
|
||||
:- op(5, xfx, example, too_many_arguments).
|
||||
@@ -0,0 +1 @@
|
||||
:- (test -> set_prolog_flag(double_quotes, codes); true).
|
||||
@@ -0,0 +1 @@
|
||||
:- 9001.
|
||||
@@ -0,0 +1 @@
|
||||
:- op(10, 42, example).
|
||||
Reference in New Issue
Block a user