Fixed the 'pi' symbol-macro.
[clinton/parenscript.git] / t / ps-tests.lisp
index 51c358a..42f2127 100644 (file)
@@ -735,3 +735,7 @@ try {
         return z;
     })();
 })(true)")
+
+(test-ps-js math-pi
+  pi
+  "Math.PI")