/[suikacvs]/markup/html/whatpm/Whatpm/HTML.pm
Suika

Diff of /markup/html/whatpm/Whatpm/HTML.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.124 by wakaba, Sat Apr 12 15:25:52 2008 UTC revision 1.125 by wakaba, Sat Apr 12 15:31:55 2008 UTC
# Line 3569  sub _tokenize_attempt_to_consume_an_enti Line 3569  sub _tokenize_attempt_to_consume_an_enti
3569      require Whatpm::_NamedEntityList;      require Whatpm::_NamedEntityList;
3570      our $EntityChar;      our $EntityChar;
3571    
3572      while (length $entity_name < 10 and      while (length $entity_name < 30 and
3573             ## NOTE: Some number greater than the maximum length of entity name             ## NOTE: Some number greater than the maximum length of entity name
3574             ((0x0041 <= $self->{next_char} and # a             ((0x0041 <= $self->{next_char} and # a
3575               $self->{next_char} <= 0x005A) or # x               $self->{next_char} <= 0x005A) or # x

Legend:
Removed from v.1.124  
changed lines
  Added in v.1.125

[email protected]
ViewVC Help
Powered by ViewVC 1.1.24