Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

strange behaviour of test20.tst #28

Open
cdwensley opened this issue Sep 6, 2023 · 0 comments
Open

strange behaviour of test20.tst #28

cdwensley opened this issue Sep 6, 2023 · 0 comments

Comments

@cdwensley
Copy link
Contributor

cdwensley commented Sep 6, 2023

This test works fine on its own but following some other test it can throw a strange error:

gap> Test( "tst/test19.tst", rec(compareFunction := "uptowhitespace") );
GBNP test19                         
msecs: 2
true
gap> Test( "tst/test20.tst", rec(compareFunction := "uptowhitespace") );
########> Diff in tst/test20.tst:76 
# Input is:
PrintNPList(modrelsNP);
# Expected output:
[ b - 1 , 0]
[ 0, b - 1 ]
[ ab + a^2 + a + 1 , - ab - a^2 - a - 1 ]
# But found:
[ b - 1 ]
[ 0, b - 1 ]
[ ab + a^2 + a + 1 , - ab - a^2 - a - 1 ]
########
GBNP test20
msecs: 5
false
gap> Test( "tst/test20.tst", rec(compareFunction := "uptowhitespace") );
GBNP test20                         
msecs: 4
true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant