From 6d2d685678cb7be71ab14ebef114714ef2b03ce7 Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Thu, 23 Feb 2017 01:19:36 +0000 Subject: tests: Update test_mdl_style.TestLSRendererFN * tests/data/footnote_parses_images_00-expected.md: Update file. * tests/data/footnote_parses_images_00.md: Update file. * tests/test_mdl_style.py (TestLSRendererFN.test_autolink_00) (TestLSRendererFN.test_renderer_parses_images) (TestLSRendererFN.test_renderer_does_not_parse_link_breaks) (TestLSRendererFN.test_renderer_does_not_parse_headers) (TestLSRendererFN.test_renderer_does_not_parse_blockquotes) (TestLSRendererFN.test_renderer_does_not_parse_lists) (TestLSRendererFN.test_renderer_does_not_parse_codeblocks) (TestLSRendererFN.test_renderer_does_not_parse_hrules) (TestLSRendererFN.test_renderer_does_not_parse_emphasis) (TestLSRendererFN.test_renderer_does_not_parse_code): Add test methods. --- tests/data/footnote_parses_images_00.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tests/data/footnote_parses_images_00.md (limited to 'tests/data/footnote_parses_images_00.md') diff --git a/tests/data/footnote_parses_images_00.md b/tests/data/footnote_parses_images_00.md new file mode 100644 index 0000000..7fab86d --- /dev/null +++ b/tests/data/footnote_parses_images_00.md @@ -0,0 +1,7 @@ +![IMG 00](/path/to/img-00.jpg) + +![IMG 01](/path/to/img-01.jpg "IMG 01 Title") + +![IMG 02][img02-id] + +[img02-id]: url/to/image-02 "IMG 02 Title" -- cgit v1.2.3