Fix pl0 tests

release
Chris Double 2007-11-29 12:49:51 +13:00
parent 89bbd21362
commit f94c280e06
1 changed files with 2 additions and 2 deletions

View File

@ -5,9 +5,9 @@ USING: kernel tools.test peg peg.pl0 ;
IN: temporary IN: temporary
{ "abc" } [ { "abc" } [
"abc" 'ident' parse parse-result-ast "abc" ident parse parse-result-ast
] unit-test ] unit-test
{ 55 } [ { 55 } [
"55abc" 'number' parse parse-result-ast "55abc" number parse parse-result-ast
] unit-test ] unit-test