@@ -85,24 +85,24 @@ public void testIssue20090516() throws Exception {
85
85
// piggy back tests for annotate methods
86
86
assertOutput (cr ,"plain text" , "plain text" );
87
87
assertOutput (cr ,"line #1\n http://nowhere.net/\n line #2\n " ,
88
- "line #1\n <a href= \" http ://nowhere.net/\" >http://nowhere.net/</a> \n line #2\n " );
88
+ "line #1\n http ://nowhere.net/\n line #2\n " );
89
89
assertOutput (cr ,"failed; see http://nowhere.net/" ,
90
- "failed; see <a href= \" http://nowhere.net/\" >http://nowhere.net/</a> " );
90
+ "failed; see http://nowhere.net/" );
91
91
assertOutput (cr ,"failed (see http://nowhere.net/)" ,
92
- "failed (see <a href= \" http://nowhere.net/\" >http://nowhere.net/</a> )" );
92
+ "failed (see http://nowhere.net/)" );
93
93
assertOutput (cr ,"http://nowhere.net/ - failed: http://elsewhere.net/" ,
94
- "<a href= \ " http://nowhere.net/\" >http://nowhere.net/</a> - failed: " +
95
- "<a href= \ " http://elsewhere.net/\" >http://elsewhere.net/</a> " );
94
+ "http://nowhere.net/ - failed: " +
95
+ "http://elsewhere.net/" );
96
96
assertOutput (cr ,"https://nowhere.net/" ,
97
- "<a href= \ " https://nowhere.net/\" >https://nowhere.net/</a> " );
97
+ "https://nowhere.net/" );
98
98
assertOutput (cr ,"stuffhttp://nowhere.net/" , "stuffhttp://nowhere.net/" );
99
99
assertOutput (cr ,"a < b && c < d" , "a < b && c < d" );
100
100
assertOutput (cr ,"see <http://nowhere.net/>" ,
101
- "see <<a href= \" http://nowhere.net/\" >http://nowhere.net/</a> >" );
101
+ "see <http://nowhere.net/>" );
102
102
assertOutput (cr ,"http://google.com/?q=stuff&lang=en" ,
103
- "<a href= \ " http://google.com/?q=stuff&lang=en\" >http://google.com/?q=stuff&lang=en</a> " );
103
+ "http://google.com/?q=stuff&lang=en" );
104
104
assertOutput (cr ,"http://localhost:8080/stuff/" ,
105
- "<a href= \ " http://localhost:8080/stuff/\" >http://localhost:8080/stuff/</a> " );
105
+ "http://localhost:8080/stuff/" );
106
106
}
107
107
108
108
0 commit comments