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,8 @@
:- use_module(library(format)).
test :- compare(_, ("0"-'2'), ("1"-'1')).
?- test.
false, unexpected.
true.