Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Oldes committed Oct 9, 2020
1 parent 9780d79 commit 0f3135a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/tests/units/load-test.r3
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ Rebol [
--assert object? b/1
--assert "foo" = b/1/title

--test-- "issue-655"
;@@ https://github.com/Oldes/Rebol-issues/issues/655
o: first load/header "rebol [a: true b: yes c: no d: false e: none f: foo] print 'hello"
--assert all [logic? o/a logic? o/b logic? o/c logic? o/d none? o/e word? o/f]

===end-group===

===start-group=== "Load issues/wishes"
Expand Down

0 comments on commit 0f3135a

Please sign in to comment.