]> Lady’s Gitweb - Pisces/blobdiff - string.test.js
Add ::flags override to Matcher
[Pisces] / string.test.js
index 94aec3701c30abfb4bb2298c739cfd6bc11496de..95c715e3636b5bee2b1fef6e775a2ccfcf5a3549 100644 (file)
@@ -184,6 +184,12 @@ describe("Matcher", () => {
     });
   });
 
+  describe("::toString", () => {
+    it("[[Get]] does not throw an error", () => {
+      new Matcher(/(?:)/u).toString();
+    });
+  });
+
   describe("::unicode", () => {
     it("[[Get]] returns true when the unicode flag is present", () => {
       assertStrictEquals(new Matcher(/(?:)/u).unicode, true);
This page took 0.020741 seconds and 4 git commands to generate.