]> granicus.if.org Git - libexpat/commit
Expat would report an incorrect "Unlosed token" error when
authorKarl Waclawek <kwaclaw@users.sourceforge.net>
Thu, 3 Jul 2003 04:01:14 +0000 (04:01 +0000)
committerKarl Waclawek <kwaclaw@users.sourceforge.net>
Thu, 3 Jul 2003 04:01:14 +0000 (04:01 +0000)
commit57455c864c0e17eb0c0072555610667487a2de67
tree7cd98f5461b23f54abf35db3ec5e3a73289adf78
parentf42e8ae96be502e5f0d8995cd7f9a017b63ca1a4
Expat would report an incorrect "Unlosed token" error when
expanding %percent; in the second of these entity declarations:

<!ENTITY % percent "&#37;">
<!ENTITY %percent; y "value">

This patch was submitted by James Clark on the xml-dev mailing list.
expat/lib/xmltok_impl.c