Skip to content

Commit 4656407

Browse files
committed
another try
1 parent 8c6cf80 commit 4656407

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/org/htmlunit/HttpWebConnection3Test.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1459,7 +1459,7 @@ public void loadJavascriptCharset() throws Exception {
14591459
String html = DOCTYPE_HTML
14601460
+ "<html><head>"
14611461
+ "<meta http-equiv='Content-Type' content='text/html; charset=GB2312'>"
1462-
+ "<script src=\"script.js?x=\u6211\u662F\u6211\u7684 \u4eb8 Abc\"></script>"
1462+
+ "<script src=\"script.js?x=\u6211\u662F\u6211\u7684 Abc\"></script>"
14631463
+ "</head><body></body></html>";
14641464
html = "HTTP/1.1 200 OK\r\n"
14651465
+ "Content-Length: " + (html.length()) + "\r\n"

0 commit comments

Comments
 (0)