Josef Haider

Results 2 issues of Josef Haider

The following unit tests crash in `org.jcodings.transcode.Transcoding`: ``` @Test public void test1() { byte[] src = {0, -19, -97, -65, -18, -128, -128, -12, -113, -65, -65}; byte[] dst =...

Version: Deno 2.0.0 Deno yields incorrect results in some regexp matching test cases when the UnicodeSets and IgnoreCase flags are used: ``` > new RegExp("[\u08bc-\ucf3a]", "iv").exec("\u03b0") null ``` Running the...

bug
deno_core