1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2024-10-27 04:55:04 +03:00
libxml2/test/schemas/bug310264_0.xml
Daniel Veillard 10752284e3 fixed bug #310264, basically it's about reentrancy of count based
* xmlregexp.c: fixed bug #310264, basically it's about reentrancy
  of count based transition, when going though the counter must
  be reset to 0
* test/schemas/bug310264* result/schemas/bug310264*: added the
  regression test.
Daniel
2005-08-08 13:05:13 +00:00

42 lines
756 B
XML

<c xmlns="http://myns" >
<a/> <!-- 1 -->
<a/> <!-- 2 -->
<a/> <!-- 3 -->
<a/> <!-- 4 -->
<a/> <!-- 5 -->
<a/> <!-- 6 -->
<a/> <!-- 7 -->
<a/> <!-- 8 -->
<a/> <!-- 9 -->
<a/> <!-- 10 -->
<a/> <!-- 1 -->
<a/> <!-- 2 -->
<a/> <!-- 3 -->
<a/> <!-- 4 -->
<a/> <!-- 5 -->
<a/> <!-- 6 -->
<a/> <!-- 7 -->
<a/> <!-- 8 -->
<a/> <!-- 9 -->
<a/> <!-- 20 -->
<a/> <!-- 1 -->
<a/> <!-- 2 -->
<a/> <!-- 3 -->
<a/> <!-- 4 -->
<a/> <!-- 5 -->
<a/> <!-- 6 -->
<a/> <!-- 7 -->
<a/> <!-- 8 -->
<a/> <!-- 9 -->
<a/> <!-- 30 -->
<a/> <!-- 1 -->
<a/> <!-- 2 -->
<a/> <!-- 3 -->
<a/> <!-- 4 -->
<a/> <!-- 5 -->
<a/> <!-- 6 -->
<a/> <!-- 7 -->
<a/> <!-- 8 -->
</c>