fjsc: fix unit tests

darcs
chris.double 2006-12-15 06:29:35 +00:00
parent e68593d9e5
commit 70e27d25e3
1 changed files with 2 additions and 2 deletions

View File

@ -28,11 +28,11 @@ IN: temporary
"123 \"hello\" alert" 'expression' parse car parse-result-parsed fjsc-compile
] unit-test
{ "factor.words[\"foo\"]=function() { factor.data_stack.push(123);factor.data_stack.push('hello');}" } [
{ "factor.words[\"foo\"]=function() { factor.data_stack.push(123);factor.data_stack.push('hello')}" } [
": foo 123 \"hello\" ;" 'define' parse car parse-result-parsed fjsc-compile
] unit-test
{ "factor.words[\"foo\"]=function() { factor.data_stack.push(123);factor.data_stack.push('hello');}" } [
{ "factor.words[\"foo\"]=function() { factor.data_stack.push(123);factor.data_stack.push('hello')}" } [
": foo 123 \"hello\" ;" 'expression' parse car parse-result-parsed fjsc-compile
] unit-test