mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2024-12-29 11:21:26 +03:00
10752284e3
* 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
42 lines
756 B
XML
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>
|
|
|