Updated the blank-object-literal test for the now correct behavior.
[clinton/parenscript.git] / t / ps-tests.lisp
index d406295..0e3b858 100644 (file)
@@ -304,7 +304,7 @@ x = 2 + sideEffect() + x + 5;")
 
 (test-ps-js blank-object-literal
   {}
-  "{}")
+  "{ }")
 
 (test-ps-js defun-rest1
   (defun foo (&rest bar) (alert bar[1]))