literate: adding some tests.

db4
John Benediktsson 2012-08-29 17:59:07 -07:00
parent e623888a5f
commit 9eaf91de16
1 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,12 @@
USING: eval kernel math tools.test ;
IN: literate
{ 2 3 t } [
<LITERATE
1
> 2
> 3
blah
> 2dup 1 - =
LITERATE>
] unit-test