Skip to content

Commit

Permalink
FIX: fixed typos in the percent unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Oldes committed Apr 24, 2020
1 parent c9dc63a commit f669547
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tests/units/percent-test.r3
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@ Rebol [
===start-group=== "percent issues"
--test-- "issue-227"
;@@ https://github.com/Oldes/Rebol-issues/issues/227
--assert? number? 1%
--assert number? 1%

--test-- "issue-262"
;@@ https://github.com/Oldes/Rebol-issues/issues/262
--assert? 100% = try [load {1E+2%}]
--assert 100% = try [load {1E+2%}]

===end-group===

Expand Down

0 comments on commit f669547

Please sign in to comment.