Changeset 24111
- Timestamp:
- 06/30/2008 01:11:53 PM (6 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Frameworks/AutoHyperlinks Framework/UnitTests/HyperlinkContextTest.m
r23863 r24111 201 201 [self testLaxContext:@"<><><><><<<<><><><><%@><><><><><><<<><><><><><>" withURI:@"example.com"]; 202 202 [self testLaxContext:@"l<><><><><<<<><><><><%@><><><><><><<<><><><><><>" withURI:@"http://example.com/foo_(bar)"]; 203 203 204 [self testLaxContext:@"( %@ )" withURI:@"example.com"]; 205 [self testLaxContext:@"( %@ )" withURI:@"http://example.com"]; 204 206 } 205 207 @end