all repos — min @ b480a47a8322a4c927749e793fc3725c4821f566

A small but practical concatenative programming language.

fix(test) Fixed incorrect reporting in testing library.
h3rald h3rald@h3rald.com
Fri, 03 Jun 2016 10:17:24 +0200
commit

b480a47a8322a4c927749e793fc3725c4821f566

parent

0d00ff6a6f4e99566295d2fadd9b291783a3781e

1 files changed, 2 insertions(+), 2 deletions(-)

jump to
M tests/test.mintests/test.min

@@ -17,11 +17,11 @@ ' :check ; save the check quotation to validate

' :results ; save the result symbol to update (check -> true ==) ( - ok results append quote :results + ok results append quote .results "." print! ) ( - check results append quote :results + check results append quote .results "x" print! ) ifte