summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Sotoudeh <matthew@masot.net>2024-03-19 11:44:06 -0700
committerMatthew Sotoudeh <matthew@masot.net>2024-03-19 11:44:06 -0700
commitc18d081357f47d12f59686b19f52ec904484e6b2 (patch)
tree171b68b01cc91d1a022a7f1ac9b18fdfaba3feb8
parent75f48a89b60b0c89743e6ca810feb24cd1c0c023 (diff)
fix other correct
-rw-r--r--examples/other_correct.nfa14
1 files changed, 7 insertions, 7 deletions
diff --git a/examples/other_correct.nfa b/examples/other_correct.nfa
index 44ddd85..68e67ee 100644
--- a/examples/other_correct.nfa
+++ b/examples/other_correct.nfa
@@ -17,14 +17,14 @@ top3 accepting
h top3
bot1
- p top1
- c top1
- h top2
+ p bot1
+ c bot1
+ h bot2
bot2
- h top2
- eps top3
+ h bot2
+ eps bot3
bot3 accepting
- p top3
- c top3
+ p bot3
+ c bot3
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback