add tests for issue 3048

This commit is contained in:
Skgland
2025-08-16 15:29:25 +02:00
committed by Bennet Bleßmann
parent 93cc4d4898
commit e38ee14580
9 changed files with 160 additions and 0 deletions

View 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
```