Skip to content

Commit

Permalink
Make tests look pretty
Browse files Browse the repository at this point in the history
  • Loading branch information
RauliL committed Aug 16, 2017
1 parent a31ada9 commit 3707ce6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/framework.plorth
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
)
(
swap
>string " " swap + println
>string "\u001b[31m✘\u001b[0m " swap + println
throw
)
try
>string " " swap + println
>string "\u001b[32m✔\u001b[0m " swap + println
clear
;

0 comments on commit 3707ce6

Please sign in to comment.