Skip to content

Commit 626e0d4

Browse files
bnoordhuischqrlie
authored andcommitted
Unbroke tests/test_test_bjson.js
1 parent 2e10134 commit 626e0d4

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

tests/test_bjson.js

-13
Original file line numberDiff line numberDiff line change
@@ -144,18 +144,6 @@ function bjson_test_reference()
144144
}
145145
}
146146

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-
159147
function bjson_test_all()
160148
{
161149
var obj;
@@ -198,7 +186,6 @@ function bjson_test_all()
198186
}
199187

200188
bjson_test_reference();
201-
bjson_test_regexp();
202189
}
203190

204191
bjson_test_all();

0 commit comments

Comments
 (0)