Frameworks/AutoHyperlinks Framework/UnitTests/HyperlinkContextTest.m
changeset 2577 19c704d73e7f
parent 619 10d612b4d419
child 2596 387091087c49
     1.1 --- a/Frameworks/AutoHyperlinks Framework/UnitTests/HyperlinkContextTest.m	Sun Dec 21 18:33:11 2008 +0000
     1.2 +++ b/Frameworks/AutoHyperlinks Framework/UnitTests/HyperlinkContextTest.m	Wed Aug 12 13:32:55 2009 -0400
     1.3 @@ -64,6 +64,8 @@
     1.4  
     1.5  - (void)testURIBorder:(NSString *)URIString {
     1.6  	[self testLaxContext:@":%@" withURI:URIString];
     1.7 +	[self testLaxContext:@"—%@" withURI:URIString];
     1.8 +	[self testLaxContext:@"–%@" withURI:URIString];
     1.9  	[self testLaxContext:@"check it out:%@" withURI:URIString];
    1.10  	[self testLaxContext:@"%@:" withURI:URIString];
    1.11  	[self testLaxContext:@"%@." withURI:URIString];