Skip to content

Commit c4db6db

Browse files
committed
Create failing test case for issue #2999
1 parent ce56b5e commit c4db6db

File tree

4 files changed

+11
-0
lines changed

4 files changed

+11
-0
lines changed

tests/scryer/cli/issues/phrase_conformity_13.stderr

Whitespace-only changes.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
use_module(library(dcgs),[phrase/2]).
2+
catch(
3+
(phrase(({fail},1),L) -> fail),
4+
error(type_error(callable(1), _)),
5+
true
6+
).
7+
halt.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
true.
2+
true.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# issue 2999
2+
args = ["-f", "--no-add-history"]

0 commit comments

Comments
 (0)