Skip to content
Snippets Groups Projects
Commit 288ec6fa authored by Jan Trávníček's avatar Jan Trávníček
Browse files

remove ws

parent c3d0b345
No related branches found
No related tags found
No related merge requests found
...@@ -189,7 +189,7 @@ runTest "./aconversions2 -t rg -a incoming | ./anormalize2 --form rightRG | ./ac ...@@ -189,7 +189,7 @@ runTest "./aconversions2 -t rg -a incoming | ./anormalize2 --form rightRG | ./ac
# covers: FA -> RE (Brzozowski algebraic, elimination), RE -> FA (Brzozowski derivation, Thompson, Glushkov) # covers: FA -> RE (Brzozowski algebraic, elimination), RE -> FA (Brzozowski derivation, Thompson, Glushkov)
runTest "./aconversions2 -t re -a algebraic | ./aconversions2 -t fa -a brzozowski" runTest "./aconversions2 -t re -a algebraic | ./aconversions2 -t fa -a brzozowski"
runTest "./aconversions2 -t re -a algebraic | ./aconversions2 -t fa -a thompson" runTest "./aconversions2 -t re -a algebraic | ./aconversions2 -t fa -a thompson"
runTest "./aconversions2 -t re -a algebraic | ./aconversions2 -t fa -a glushkov " runTest "./aconversions2 -t re -a algebraic | ./aconversions2 -t fa -a glushkov"
runTest "./aconversions2 -t re -a elimination | ./aconversions2 -t fa -a brzozowski" runTest "./aconversions2 -t re -a elimination | ./aconversions2 -t fa -a brzozowski"
runTest "./aconversions2 -t re -a elimination | ./aconversions2 -t fa -a thompson" runTest "./aconversions2 -t re -a elimination | ./aconversions2 -t fa -a thompson"
runTest "./aconversions2 -t re -a elimination | ./aconversions2 -t fa -a glushkov" runTest "./aconversions2 -t re -a elimination | ./aconversions2 -t fa -a glushkov"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment