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

fix typesetting

parent 7b7addea
No related branches found
No related tags found
No related merge requests found
......@@ -25,8 +25,8 @@ function regexpToMDFA {
}
 
function compareRegexp {
regexpToMDFA "$1" > tmp1.xml
regexpToMDFA "$2" > tmp2.xml
regexpToMDFA "$1" > tmp1.xml
regexpToMDFA "$2" > tmp2.xml
 
# relies on ret code by adiff.automaton
./acompare2 tmp1.xml tmp2.xml > /dev/null
......
......@@ -112,7 +112,7 @@ function outputResults {
 
# $1 - aconversions2 sequence
function runTest {
echo $1
echo $1 \(./aecho2\)
echo -ne "\t"
 
clearResults
......
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