aboutsummaryrefslogtreecommitdiffstats
path: root/tests/misc/html.txt
diff options
context:
space:
mode:
authorWaylan Limberg <waylan@gmail.com>2010-07-14 15:21:30 -0400
committerWaylan Limberg <waylan@gmail.com>2010-07-14 15:21:30 -0400
commitde949d2af47b9a094ace82ed64f810aaff7d3ac7 (patch)
tree04727d20c616d0b0ac50443697a35bc6fe73ed9d /tests/misc/html.txt
parentd955e45663c656b7db6e77abac86092d34e5fcb0 (diff)
downloadmarkdown-de949d2af47b9a094ace82ed64f810aaff7d3ac7.tar.gz
markdown-de949d2af47b9a094ace82ed64f810aaff7d3ac7.tar.bz2
markdown-de949d2af47b9a094ace82ed64f810aaff7d3ac7.zip
Fixed Ticket 65. Lines with only a lessthan sign (<) no longer crash the raw html parser. Fixed a related but I found while debugging this as well. Also added tests for both.
Diffstat (limited to 'tests/misc/html.txt')
-rw-r--r--tests/misc/html.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/misc/html.txt b/tests/misc/html.txt
index b04b740..b51d30b 100644
--- a/tests/misc/html.txt
+++ b/tests/misc/html.txt
@@ -16,3 +16,12 @@ And of course <script>blah</script>.
[this <script>link](<script>stuff</script>)
Some funky <x\]> inline stuff with markdown escaping syntax.
+
+And now a line with only an opening bracket:
+
+<
+
+And one with other stuff but no closing bracket:
+
+< foo
+