fix(test) Fixed incorrect reporting in testing library.
h3rald h3rald@h3rald.com
Fri, 03 Jun 2016 10:17:24 +0200
1 files changed,
2 insertions(+),
2 deletions(-)
jump to
M
tests/test.min
→
tests/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