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
it breaks with this output:
➜ pim@rodin tests (feature/setupSimpleCI) ✗ bash test7.sh test #1 "echo -e 'LET A7=90\nGETNUM A20\nGETNUM G20\nUNDO\nREDO\nGETNUM A20\nGETNUM G20' | valgrind -v --log-file=${NAME}_vallog --tool=memcheck --track-origins=yes --leak-check=full --show-leak-kinds=all --show-reachable=no ../src/sc-im test7.sc --nocurses --nodebug --quit_afterload 2>&1 |grep -v '^$\|Interp\|Change'" failed: expected "103\n954958\n103\n954958" got "21\n953810\n21\n973818" 1 of 9 test7 tests failed in 1.145s.
The text was updated successfully, but these errors were encountered:
Seems there is a bug I never fixed. It was even there when I added the test7 on this commit: 2d77226
Sorry, something went wrong.
No branches or pull requests
it breaks with this output:
The text was updated successfully, but these errors were encountered: