Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Oldes committed May 26, 2023
1 parent 4e78e00 commit f41f7d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tests/units/make-test.r3
Original file line number Diff line number Diff line change
Expand Up @@ -646,6 +646,7 @@ Rebol [
--assert "make image! [1x1 #{FFFFFF}]" = try [make string! quote #[image! 1x1 #{FFFFFF}] ] ; image!
--assert "integer! percent!" = try [make string! quote #[typeset! [integer! percent!]] ] ; typeset!
--test-- "to string! ..."
;@@ https://github.com/Oldes/Rebol-issues/issues/1404
--assert "" = try [to string! quote #[unset] ] ; unset!
--assert error? try [to string! quote #[none] ] ; none!
--assert "true" = try [to string! quote #[true] ] ; logic!
Expand Down

0 comments on commit f41f7d1

Please sign in to comment.