Tweak the version to a beta test version, change out a

duplicate test in linkylinky.t
This commit is contained in:
David Parsons
2009-06-06 10:12:15 -07:00
parent 9b4acbb748
commit 3bf1f8767d
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1 +1 @@
1.4.1
1.4.1pre0
+3 -3
View File
@@ -66,7 +66,7 @@ else
rc=1
fi
./echo -n ' label contains < ................. '
./echo -n ' image label contains < ........... '
if ./echo '![he<he<he](url)' | ./markdown | grep -i '&lt;' >/dev/null; then
./echo "ok"
@@ -75,9 +75,9 @@ else
rc=1
fi
./echo -n ' label contains < ................. '
./echo -n ' image label contains > ........... '
if ./echo '![he<he<he](url)' | ./markdown | grep -i '&lt;' >/dev/null; then
if ./echo '![he>he>he](url)' | ./markdown | grep -i '&gt;' >/dev/null; then
./echo "ok"
else
./echo "FAILED"