mirror of
https://github.com/Orc/discount.git
synced 2026-09-25 04:10:00 +03:00
Tweak the version to a beta test version, change out a
duplicate test in linkylinky.t
This commit is contained in:
+3
-3
@@ -66,7 +66,7 @@ else
|
||||
rc=1
|
||||
fi
|
||||
|
||||
./echo -n ' label contains < ................. '
|
||||
./echo -n ' image label contains < ........... '
|
||||
|
||||
if ./echo '' | ./markdown | grep -i '<' >/dev/null; then
|
||||
./echo "ok"
|
||||
@@ -75,9 +75,9 @@ else
|
||||
rc=1
|
||||
fi
|
||||
|
||||
./echo -n ' label contains < ................. '
|
||||
./echo -n ' image label contains > ........... '
|
||||
|
||||
if ./echo '' | ./markdown | grep -i '<' >/dev/null; then
|
||||
if ./echo '' | ./markdown | grep -i '>' >/dev/null; then
|
||||
./echo "ok"
|
||||
else
|
||||
./echo "FAILED"
|
||||
|
||||
Reference in New Issue
Block a user