[libxml2]Add libxml2 library

This commit is contained in:
zhoujiale
2026-07-26 16:57:28 +08:00
committed by zhoujiale
parent 0a44ec8a06
commit e841ac915d
3790 changed files with 668244 additions and 0 deletions
+43
View File
@@ -0,0 +1,43 @@
#
# Tests: a[ab]*a{2,3}
#
t 0 1 a
t 1 1 a
t 1 1 b
c 1 2 2 3 a
f 2
-------
a
a
a
=>
# Pass
a
b
a
a
=>
# Pass
a
a
a
a
a
a
a
a
a
=>
# Pass
a
b
a
=>
# Fail
a
b
a
a
b
=>
# Fail