We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50541e7 commit 6298a9eCopy full SHA for 6298a9e
mozjs/tests/external_string.rs
@@ -38,7 +38,7 @@ fn external_string() {
38
39
test_latin1_string(context, "test latin1");
40
test_latin1_string(context, "abcdefghijklmnop"); // exactly 16 bytes
41
- test_latin1_string(context, "abcdefghijklmnopq"); // 18 bytes
+ test_latin1_string(context, "abcdefghijklmnopq"); // 17 bytes
42
test_latin1_string(context, "abcdefghijklmno"); // 15 bytes
43
test_latin1_string(context, "abcdefghijklmnopqrstuvwxyzabcdef"); //32 bytes
44
test_latin1_string(context, "abcdefghijklmnopqrstuvwxyzabcde"); //31 bytes
0 commit comments