summaryrefslogtreecommitdiffstats
path: root/tests/data/does_not_parse_code_00.md
diff options
context:
space:
mode:
authorrsiddharth <s@ricketyspace.net>2017-02-22 03:53:20 +0000
committerrsiddharth <s@ricketyspace.net>2017-02-22 03:53:20 +0000
commit198fdb6707f4bb8249da4ca1bf6b2bc65a3b1095 (patch)
tree97acd219837fe12734d6e27c7e981881a4d309b0 /tests/data/does_not_parse_code_00.md
parent4e645f0a298fa061899eafd10722534beb305189 (diff)
tests: Update `test_mdl_style.TestLSRendererIL` class.
* tests/data/does_not_parse_code_00.md: Add file. * tests/data/does_not_parse_emphasis_00.md: Add file. * tests/test_mdl_style.py (TestLSRendererIL.test_renderer_does_not_parse_emphasis) (TestLSRendererIL.test_renderer_does_not_parse_code): Add methods.
Diffstat (limited to 'tests/data/does_not_parse_code_00.md')
-rw-r--r--tests/data/does_not_parse_code_00.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/data/does_not_parse_code_00.md b/tests/data/does_not_parse_code_00.md
new file mode 100644
index 0000000..dcfd58c
--- /dev/null
+++ b/tests/data/does_not_parse_code_00.md
@@ -0,0 +1,11 @@
+Use the `printf()` function.
+
+``There is a literal backtick (`) here.``
+
+A single backtick in a code span: `` ` ``
+
+A backtick-delimited string in a code span: `` `foo` ``
+
+Please don't use any `<blink>` tags.
+
+`&#8212;` is the decimal-encoded equivalent of `&mdash;`.