Skip to content

Commit

Permalink
Corrected test
Browse files Browse the repository at this point in the history
  • Loading branch information
fredericlemoine committed Dec 22, 2017
1 parent 045017d commit 12a11d0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,15 +71,15 @@ gotree generate yuletree -s 10 -n 10 | gotree support setrand | gotree support c
diff result expected
rm -f expected result

# gotree clear comments
echo "->gotree clear comments"
# gotree comment clear
echo "->gotree comment clear"
cat > input <<EOF
(t1[c1],t2[c2],(t3[c3],t4[c4])[c5]);
EOF
cat > expected <<EOF
(t1,t2,(t3,t4));
EOF
gotree comments clear -i input > result
gotree comment clear -i input > result
diff result expected
rm -f expected result input

Expand Down

0 comments on commit 12a11d0

Please sign in to comment.