Closed nsensfel closed 2 years ago
Error occurs when compiling assert with lines that end with ;. data/unit-testing/cond.fate in https://github.com/nsensfel/tonkadur/commit/bd5fd411691410d2ddb37f108810353b725eb0b1 triggers the bug.
assert
;
data/unit-testing/cond.fate
Fixed in https://github.com/nsensfel/tonkadur/commit/81e9def608b236f5c9702801184766039ab35f48.
Error occurs when compiling
assert
with lines that end with;
.data/unit-testing/cond.fate
in https://github.com/nsensfel/tonkadur/commit/bd5fd411691410d2ddb37f108810353b725eb0b1 triggers the bug.