From 198fdb6707f4bb8249da4ca1bf6b2bc65a3b1095 Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Wed, 22 Feb 2017 03:53:20 +0000 Subject: 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. --- tests/data/does_not_parse_code_00.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 tests/data/does_not_parse_code_00.md (limited to 'tests/data/does_not_parse_code_00.md') 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 `` tags. + +`—` is the decimal-encoded equivalent of `—`. -- cgit v1.2.3