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
Currently a wrong alignment is added to init and post parts (additional meaningless spaces).
Example of wrong representation:
= Invalid execution results: = Init part: [getAmount(4): 0, transfer(3,1,-9): void, getAmount(2): 0, transfer(3,2,-7): void, setAmount(2,7): void] Parallel part: | setAmount(1,1): void | setAmount(4,-8): void | setAmount(4,6): void | | setAmount(4,-4): void | setAmount(3,9): void | setAmount(2,-1): void | | transfer(4,3,10): void | setAmount(4,4): void | getAmount(3): 12 | | transfer(3,4,7): void | setAmount(1,-8): void | getAmount(4): -7 | | setAmount(2,4): void | setAmount(3,1): void | getAmount(3): 12 | Post part: [transfer(4,4,7): void, getAmount(1): -8, getAmount(3): 12, getAmount(1): -8, transfer(1,4,-7): void]
There are odd spaces in third and last lines.
The text was updated successfully, but these errors were encountered:
Do not print empty scenario parts and empty threads. Fix alignment fo…
6c711e5
…r init and post parts. Fixes #9
0de0f6b
No branches or pull requests
Currently a wrong alignment is added to init and post parts (additional meaningless spaces).
Example of wrong representation:
There are odd spaces in third and last lines.
The text was updated successfully, but these errors were encountered: