Ignore:
Timestamp:
02/11/08 06:55:16 (16 years ago)
Author:
Nicholas Riley
Message:

ICeCoffEEParser.m: No longer need left/right delimiter sets to both
include >< because the parser handles it properly. Remove an
unnecessary debug log and one which generated exceptions on an
otherwise correct URL parse.

urls.plist: Test < not at beginning of string; failed before above
change to delimiter sets.

File:
1 edited

Legend:

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

    r382 r384  
    8989    text = "|<http://en.wikipedia.org/wiki/Paprika_(2006_film)>|foo";
    9090  },
     91
     92  {
     93    uri = "http://en.wikipedia.org/wiki/Paprika_(2006_film)";
     94    text = "   |<http://en.wikipedia.org/wiki/Paprika_(2006_film)^>^|
     95    ";
     96  },
    9197)
    9298
Note: See TracChangeset for help on using the changeset viewer.