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 8c6cf80 commit 4656407Copy full SHA for 4656407
src/test/java/org/htmlunit/HttpWebConnection3Test.java
@@ -1459,7 +1459,7 @@ public void loadJavascriptCharset() throws Exception {
1459
String html = DOCTYPE_HTML
1460
+ "<html><head>"
1461
+ "<meta http-equiv='Content-Type' content='text/html; charset=GB2312'>"
1462
- + "<script src=\"script.js?x=\u6211\u662F\u6211\u7684 \u4eb8 Abc\"></script>"
+ + "<script src=\"script.js?x=\u6211\u662F\u6211\u7684 Abc\"></script>"
1463
+ "</head><body></body></html>";
1464
html = "HTTP/1.1 200 OK\r\n"
1465
+ "Content-Length: " + (html.length()) + "\r\n"
0 commit comments