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
f52efb96416f4c341106f8e5c3be84d549517fb3
XML_Data_Parsing
/
libxml2
/
test
/
automata
/
abaa
T
44 lines
172 B
Plaintext
Raw
Normal View
History
Unescape
Escape
[libxml2]Add libxml2 library
2026-07-19 22:48:13 +08:00
#
# 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
Reference in New Issue
Copy Permalink