summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2020-03-03 15:05:32 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2020-03-03 15:05:32 -0800
commit74e8f638ad1b5f259208e07621255a9e098cc4f3 (patch)
treed21c4c19e93e6dd98611a64f5b6a60b19d32e43c /test
parent67ec0eef4b448d32152897c8bbc20190f06d5b3e (diff)
Skip UTF-8 BOM if present at beginning of buffer.
Closes #334.
Diffstat (limited to 'test')
-rw-r--r--test/regression.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/regression.txt b/test/regression.txt
index 62b1e7e..d77c8f2 100644
--- a/test/regression.txt
+++ b/test/regression.txt
@@ -154,3 +154,11 @@ Issue #289.
.
<p>[a](&lt;b) c&gt;</p>
````````````````````````````````
+
+Issue #334 - UTF-8 BOM
+
+```````````````````````````````` example
+# Hi
+.
+<h1>Hi</h1>
+````````````````````````````````