Changeset 24341
- Timestamp:
- 07/14/2008 04:06:03 PM (6 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Frameworks/AutoHyperlinks Framework/UnitTests/HyperlinkContextTest.m
r24284 r24341 208 208 209 209 [self testLaxContext:@"@example.com" withURI:@"example.com"]; 210 211 [self testLaxContext:@"foo (bar) http://example.com/path/to/url.html" withURI:@"http://example.com/path/to/url.html"]; 210 212 } 211 213 @end