Changeset 859d2fdcd507e7fda2a224dc617da7bec22eb4a6

Show
Ignore:
Timestamp:
07/09/2008 02:09:08 PM (6 months ago)
Author:
Robin Luckey <robin@ohloh.net>
git-committer:
Robin Luckey <robin@ohloh.net> 1215637748 -0700
git-parent:

[84da33b23b9f2e2ce21b804c4eb6e32364157bb2], [9dd59afa8231631f3f64fc683c4bfda8df75db4d]

git-author:
Robin Luckey <robin@ohloh.net> 1215637748 -0700
Message:

Merge git://github.com/mitchell/ohcount

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • ext/ohcount_native/ragel_parsers/xml.rl

    r17b2a72 r9dd59af  
    5959    )* :>> '-->'; 
    6060 
    61   xml_sq_str = '\'' ([^\r\n\f'\\] | '\\' nonnewline)* '\'' @code; 
    62   xml_dq_str = '"' ([^\r\n\f"\\] | '\\' nonnewline)* '"' @code; 
     61  xml_sq_str = '\'' [^\r\n\f']* '\'' @code; 
     62  xml_dq_str = '"' [^\r\n\f"]* '"' @code; 
    6363  xml_cdata_str = 
    6464    '<![CDATA[' @code (