diff --git a/libs/fjsc/tests.factor b/libs/fjsc/tests.factor index 95d7df9334..de1d73b392 100644 --- a/libs/fjsc/tests.factor +++ b/libs/fjsc/tests.factor @@ -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