@@ -57,14 +57,14 @@ public void get() throws Exception {
5757 @ Alerts ({"heho" , "ReferenceError" , "world is not defined" ,
5858 "ReferenceError" , "World is not defined" })
5959 @ HtmlUnitNYI (
60- CHROME = {"heho" , "ReferenceError" , "\" world\" is not defined" ,
61- "ReferenceError" , "\" World\" is not defined" },
62- EDGE = {"heho" , "ReferenceError" , "\" world\" is not defined" ,
63- "ReferenceError" , "\" World\" is not defined" },
64- FF = {"heho" , "ReferenceError" , "\" world\" is not defined" ,
65- "ReferenceError" , "\" World\" is not defined" },
66- FF_ESR = {"heho" , "ReferenceError" , "\" world\" is not defined" ,
67- "ReferenceError" , "\" World\" is not defined" })
60+ CHROME = {"heho" , "ReferenceError" , "\" world\" is not defined. " ,
61+ "ReferenceError" , "\" World\" is not defined. " },
62+ EDGE = {"heho" , "ReferenceError" , "\" world\" is not defined. " ,
63+ "ReferenceError" , "\" World\" is not defined. " },
64+ FF = {"heho" , "ReferenceError" , "\" world\" is not defined. " ,
65+ "ReferenceError" , "\" World\" is not defined. " },
66+ FF_ESR = {"heho" , "ReferenceError" , "\" world\" is not defined. " ,
67+ "ReferenceError" , "\" World\" is not defined. " })
6868 public void getInvalidName () throws Exception {
6969 final String html = DOCTYPE_HTML
7070 + "<html><head>\n "
0 commit comments