We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e10134 commit 626e0d4Copy full SHA for 626e0d4
tests/test_bjson.js
@@ -144,18 +144,6 @@ function bjson_test_reference()
144
}
145
146
147
-function bjson_test_regexp()
148
-{
149
- var buf, r;
150
-
151
- bjson_test(/xyzzy/);
152
- bjson_test(/xyzzy/digu);
153
154
- buf = bjson.write(/(?<𝓓𝓸𝓰>dog)/);
155
- r = bjson.read(buf, 0, buf.byteLength);
156
- assert("sup dog".match(r).groups["𝓓𝓸𝓰"], "dog");
157
-}
158
159
function bjson_test_all()
160
{
161
var obj;
@@ -198,7 +186,6 @@ function bjson_test_all()
198
186
199
187
200
188
bjson_test_reference();
201
- bjson_test_regexp();
202
189
203
190
204
191
bjson_test_all();
0 commit comments