Skip to content

Instantly share code, notes, and snippets.

make object! [
; Private Unicode Area for encoded delimiters and octets
url-pua-start: #"^(e000)"
url-pua-end: #"^(e0ff)"
delimiter: charset ":/?#[]@!$&'()*+,;="
hex-digit: charset [#"0" - #"9" #"a" - #"f" #"A" - #"F"]
ascii: charset [#"^(00)" - #"^(7f)"]
@ladislav
ladislav / rebol_test_plans.txt
Last active December 11, 2015 21:18
Plans for the rebol-test repository.
==Plans for the rebol-test test framework==
===The current state===
====Test format====
=====Carl's requirements=====
The format of the test file has been designed by Carl. His requirements were: