Changeset 3c1539eeb1e066cd00cd3114851c02578e77264e

Show
Ignore:
Timestamp:
06/21/2008 02:58:42 PM (2 months ago)
Author:
mitchell <mitchell@frost.(none)>
git-committer:
mitchell <mitchell@frost.(none)> 1214085522 -0400
git-parent:

[b354c6b519a44d37e66bbfe4571631c26e55ddeb]

git-author:
mitchell <mitchell@frost.(none)> 1214085522 -0400
Message:

Ruby.rl's regexen can of course include tabs and spaces.

Files:

Legend:

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

    rb354c6b r3c1539e  
    107107      '\\' nonnewline @code 
    108108    )* '`' @commit @code; 
    109   ruby_regex = '/' ([^\r\n\f\t /\\] | '\\' nonnewline)* '/' @code; 
     109  ruby_regex = '/' ([^\r\n\f/\\] | '\\' nonnewline)* '/' @code; 
    110110  # TODO: true literal array and command detection 
    111111  # See TODO above about literal string detection