Ignore:
Timestamp:
04/30/08 00:22:52 (16 years ago)
Author:
Nicholas Riley
Message:

Fix asymmetric parsing of single words wrapped in ambiguous delimiters. Strip trailing exclamation points like commas, semicolons, periods and commas.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ICeCoffEE/ICeCoffEE/urls.plist

    r388 r473  
    8181 
    8282  {
     83    uri = "foo";
     84    text = "blah blah |(foo)| blah blah";
     85  },
     86
     87  {
     88    uri = "foo";
     89    text = "blah blah |(foo)|! blah blah";
     90  },
     91 
     92  {
    8393    uri = "telnet:foo";
    8494    text = "foo bar baz|[telnet:foo]|baz bar foo";
Note: See TracChangeset for help on using the changeset viewer.