Updated the blank-object-literal test for the now correct behavior.
authorTravis Cross <tc@traviscross.com>
Mon, 31 Mar 2008 22:02:31 +0000 (22:02 +0000)
committerTravis Cross <tc@traviscross.com>
Mon, 31 Mar 2008 22:02:31 +0000 (22:02 +0000)
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]))