ajust/add devlaration errors to be more standard compliant
This commit is contained in:
1
tests-pl/invalid_decl12.pl
Normal file
1
tests-pl/invalid_decl12.pl
Normal file
@@ -0,0 +1 @@
|
||||
:- op(500, xfy, {}).
|
||||
1
tests-pl/invalid_decl13.pl
Normal file
1
tests-pl/invalid_decl13.pl
Normal file
@@ -0,0 +1 @@
|
||||
:- op(500, xfy, [{}]).
|
||||
1
tests-pl/invalid_decl14.pl
Normal file
1
tests-pl/invalid_decl14.pl
Normal file
@@ -0,0 +1 @@
|
||||
:- op(1000, xfy, '|').
|
||||
1
tests-pl/invalid_decl15.pl
Normal file
1
tests-pl/invalid_decl15.pl
Normal file
@@ -0,0 +1 @@
|
||||
:- op(1150, fx, '|').
|
||||
1
tests-pl/invalid_decl16.pl
Normal file
1
tests-pl/invalid_decl16.pl
Normal file
@@ -0,0 +1 @@
|
||||
:- op(500, yfx, ',').
|
||||
Reference in New Issue
Block a user