We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This test works fine on its own but following some other test it can throw a strange error:
The text was updated successfully, but these errors were encountered: