Clean up test cases for \<; need one for whitespace, one for EOF, one for text

This commit is contained in:
david parsons
2012-09-28 10:50:22 -07:00
parent 5d89faf8ca
commit 61854a2064
+2 -1
View File
@@ -14,7 +14,8 @@ try -fautolink 'autolink url with trailing \' \
try 'backslashes before <text' '\<code>' '<p>\<code></p>'
try 'backslashes before < (no text)' '\< ' '<p>&lt; </p>'
try 'backslashes before <{EOF}' '\<' '<p>&lt;</p>'
try 'backslashes before <[space]' '\< j' '<p>&lt; j</p>'
summary $0
exit $rc