add unit test for parser

db4
Doug Coleman 2008-04-25 01:54:42 -05:00
parent 9e3cab4327
commit 9f97ae2b0c
1 changed files with 3 additions and 0 deletions

View File

@ -3,6 +3,7 @@ io.streams.string namespaces classes effects source-files
assocs sequences strings io.files definitions continuations assocs sequences strings io.files definitions continuations
sorting classes.tuple compiler.units debugger vocabs sorting classes.tuple compiler.units debugger vocabs
vocabs.loader accessors ; vocabs.loader accessors ;
IN: parser.tests IN: parser.tests
[ [
@ -429,3 +430,5 @@ must-fail-with
[ [
"USE: this-better-not-exist" eval "USE: this-better-not-exist" eval
] must-fail ] must-fail
[ ": foo ;" eval ] [ error>> no-current-vocab? ] must-fail-with