add tests for issue 3048
This commit is contained in:
36
tests/scryer/cli/issues/issue_3048.md
Normal file
36
tests/scryer/cli/issues/issue_3048.md
Normal file
@@ -0,0 +1,36 @@
|
||||
Bound Variables are sometimes not considered ground even though they should be ground.
|
||||
|
||||
```trycmd
|
||||
$ scryer-prolog -f --no-add-history original.pl -g test -g halt
|
||||
|
||||
```
|
||||
|
||||
```trycmd
|
||||
$ scryer-prolog -f --no-add-history original_alt.pl -g test -g halt
|
||||
|
||||
```
|
||||
|
||||
```trycmd
|
||||
$ scryer-prolog -f --no-add-history minimize1.pl -g test -g halt
|
||||
|
||||
```
|
||||
|
||||
```trycmd
|
||||
$ scryer-prolog -f --no-add-history minimize_final.pl -g test -g halt
|
||||
|
||||
```
|
||||
|
||||
```trycmd
|
||||
$ scryer-prolog -f --no-add-history pair_string_key.pl -g test -g halt
|
||||
|
||||
```
|
||||
|
||||
```trycmd
|
||||
$ scryer-prolog -f --no-add-history compare.pl -g test -g halt
|
||||
|
||||
```
|
||||
|
||||
```trycmd
|
||||
$ scryer-prolog -f --no-add-history compare_get_assoc.pl -g test -g halt
|
||||
|
||||
```
|
||||
Reference in New Issue
Block a user