Repair the ` `` testcase, move it from smarty.t to misc.t

This commit is contained in:
david parsons
2008-01-10 22:44:54 -08:00
parent 9e6fc14c93
commit bbbf3a1e44
2 changed files with 9 additions and 10 deletions
+9
View File
@@ -34,4 +34,13 @@ else
rc=1
fi
echo -n ' `` ` `` -> <code>`</code> ........ '
if echo '`` ` ``' | ./markdown | grep '<code>`</code>' >/dev/null; then
echo "ok"
else
echo "FAILED"
rc=1
fi
exit $rc
-10
View File
@@ -95,15 +95,6 @@ else
rc=1
fi
echo -n ' `` ` `` -> <code> ` </code> ...... '
if echo '`` ` ``' | ./markdown | grep '<code> ` </code>' >/dev/null; then
echo "ok"
else
echo "FAILED"
rc=1
fi
echo -n " it's -> it&rsquo;s ............... "
if echo "it's" | ./markdown | grep 'it&rsquo;s' >/dev/null; then
@@ -113,5 +104,4 @@ else
rc=1
fi
exit $rc