File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / libxml2 / test / automata / abba
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Tue Feb 21 23:37:59 2012 UTC (13 years, 10 months ago) by misho
CVS tags: MAIN, HEAD
Initial revision

#
# Tests ab*a with an eliminated epsilon transition
#
t 0 1 a
t 1 2 b
e 1 2
t 2 2 b
t 2 3 a
f 3
-------
a
a
=>
# Pass
a
b
b
a
=>
# Pass
a
b
=>
# Fail
a
b
a
b
=>
# Fail

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>