This website requires JavaScript.
Explore
Help
Register
Sign In
sethub
/
XML_Data_Parsing
Watch
1
Star
0
Fork
0
generated from
sethub/template
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
0ccf5eb4deb08e3652a346da17dceddadfa552e0
XML_Data_Parsing
/
libxml2
/
test
/
automata
/
aba
T
27 lines
97 B
Plaintext
Raw
Normal View
History
Unescape
Escape
[libxml2]Add libxml2 library
2026-07-19 22:48:13 +08:00
#
# Tests a[ab]*
#
t 0 1 a
t 1 1 a
t 1 1 b
f 1
-------
a
=>
a
a
=>
a
b
a
b
a
b
=>
b
=>
a
c
=>
=>
Reference in New Issue
Copy Permalink