regex patch
[clinton/parenscript.git] / t / reference-tests.lisp
index 4d3e821..b010ad4 100644 (file)
   "this.a + this.b + this.c;")
 
 (test-ps-js regular-expression-literals-1
+  (regex "foobar")
+  "/foobar/")
+
+(test-ps-js regular-expression-literals-2
   (regex "/foobar/i")
   "/foobar/i")