first commit
This commit is contained in:
7
perl/lib/Graph-Easy-0.76/t/txt/6_split_join_loop.txt
Normal file
7
perl/lib/Graph-Easy-0.76/t/txt/6_split_join_loop.txt
Normal file
@@ -0,0 +1,7 @@
|
||||
[ A ] --> [ B ]
|
||||
[ B ] --> [ C ]
|
||||
[ C ] --> { start: front, 0; } [ X ]
|
||||
[ C ] --> { start: front, 0; } [ Y ]
|
||||
[ X ] --> { end: back, 0; } [ I ]
|
||||
[ Y ] --> { end: back, 0; } [ I ]
|
||||
[ I ] --> [ A ]
|
||||
Reference in New Issue
Block a user