1 py$(PYV): remove tox env folder $(@D)/.tox/py$(PYV)
2 py$(PYV): commands[0]> python -m coverage run --source=markdown -m unittest discover $(@D)/tests --verbose
3 testCreateRegistry (test_apis.RegistryTests) ... ok
4 testDeregister (test_apis.RegistryTests) ... ok
5 testGetIndexForName (test_apis.RegistryTests) ... ok
6 testIsSorted (test_apis.RegistryTests) ... ok
7 testRegisterDupplicate (test_apis.RegistryTests) ... ok
8 testRegisterWithoutPriority (test_apis.RegistryTests) ... ok
9 testRegistryContains (test_apis.RegistryTests) ... ok
10 testRegistryDelItem (test_apis.RegistryTests) ... ok
11 testRegistryGetItemByIndex (test_apis.RegistryTests) ... ok
12 testRegistryGetItemByItem (test_apis.RegistryTests) ... ok
13 testRegistryIter (test_apis.RegistryTests) ... ok
14 testRegistrySetItem (test_apis.RegistryTests) ... ok
15 testRegistrySlice (test_apis.RegistryTests) ... ok
16 testSortRegistry (test_apis.RegistryTests) ... ok
17 test_ancestors (test_apis.TestAncestorExclusion)
18 Test that an extension can exclude parent tags. ... ok
19 test_ancestors_tail (test_apis.TestAncestorExclusion)
20 Test that an extension can exclude parent tags when dealing with a tail. ... ok
21 testBlockAppend (test_apis.TestBlockAppend)
22 Test that appended escapes are only in the current instance. ... ok
23 testParseChunk (test_apis.TestBlockParser)
24 Test `BlockParser.parseChunk`. ... ok
25 testParseDocument (test_apis.TestBlockParser)
26 Test `BlockParser.parseDocument`. ... ok
27 testBlankState (test_apis.TestBlockParserState)
28 Test State when empty. ... ok
29 testIsSate (test_apis.TestBlockParserState)
30 Test `State.isstate()`. ... ok
31 testReset (test_apis.TestBlockParserState)
32 Test `State.reset()`. ... ok
33 testSetSate (test_apis.TestBlockParserState)
34 Test State.set(). ... ok
35 testEncodingOption (test_apis.TestCliOptionParsing) ... ok
36 testExtensionConfigOption (test_apis.TestCliOptionParsing) ... ok
37 testExtensionConfigOptionAsJSON (test_apis.TestCliOptionParsing) ... ok
38 testExtensionConfigOptionBadFormat (test_apis.TestCliOptionParsing) ... ok
39 testExtensionConfigOptionMissingFile (test_apis.TestCliOptionParsing) ... ok
40 testExtensionOption (test_apis.TestCliOptionParsing) ... ok
41 testInputAndOutputFileOptions (test_apis.TestCliOptionParsing) ... ok
42 testInputFileOption (test_apis.TestCliOptionParsing) ... ok
43 testMultipleExtensionOptions (test_apis.TestCliOptionParsing) ... ok
44 testNoLazyOlOption (test_apis.TestCliOptionParsing) ... ok
45 testNoOptions (test_apis.TestCliOptionParsing) ... ok
46 testNoisyOption (test_apis.TestCliOptionParsing) ... ok
47 testOutputFileOption (test_apis.TestCliOptionParsing) ... ok
48 testOutputFormatOption (test_apis.TestCliOptionParsing) ... ok
49 testQuietOption (test_apis.TestCliOptionParsing) ... ok
50 testVerboseOption (test_apis.TestCliOptionParsing) ... ok
51 testBooleansParsing (test_apis.TestConfigParsing) ... ok
52 testInvalidBooleansParsing (test_apis.TestConfigParsing) ... ok
53 testPreserveNone (test_apis.TestConfigParsing) ... ok
54 testFileNames (test_apis.TestConvertFile) ... ok
55 testFileObjects (test_apis.TestConvertFile) ... ok
56 testStdinStdout (test_apis.TestConvertFile) ... ok
57 testBadOutputFormat (test_apis.TestErrors)
58 Test failure on bad output_format. ... ok
59 testBaseExtention (test_apis.TestErrors)
60 Test that the base Extension class will raise `NotImplemented`. ... ok
61 testDotNotationExtensionWithBadClass (test_apis.TestErrors)
62 Test Extension loading with non-existent class name (`path.to.module:Class`). ... ok
63 testLoadBadExtension (test_apis.TestErrors)
64 Test loading of an Extension with no makeExtension function. ... ok
65 testLoadExtensionFailure (test_apis.TestErrors)
66 Test failure of an extension to load. ... ok
67 testNonExtension (test_apis.TestErrors)
68 Test loading a non Extension object as an extension. ... ok
69 testAppend (test_apis.TestEscapeAppend)
70 Test that appended escapes are only in the current instance. ... ok
71 testReset (test_apis.TestHtmlStash)
72 Test `HtmlStash.reset`. ... ok
73 testSimpleStore (test_apis.TestHtmlStash)
74 Test `HtmlStash.store`. ... ok
75 testStoreMore (test_apis.TestHtmlStash)
76 Test `HtmlStash.store` with additional blocks. ... ok
77 testBlankInput (test_apis.TestMarkdownBasics)
78 Test blank input. ... ok
79 testDotNotationExtension (test_apis.TestMarkdownBasics)
80 Test Extension loading with Name (`path.to.module`). ... ok
81 testDotNotationExtensionWithClass (test_apis.TestMarkdownBasics)
82 Test Extension loading with class name (`path.to.module:Class`). ... ok
83 testEntryPointExtension (test_apis.TestMarkdownBasics)
84 Test Extension loading with an entry point. ... ok
85 testInstanceExtension (test_apis.TestMarkdownBasics)
86 Test Extension loading with a class instance. ... ok
87 testSimpleInput (test_apis.TestMarkdownBasics)
88 Test simple input. ... ok
89 testWhitespaceOnly (test_apis.TestMarkdownBasics)
90 Test input of only whitespace. ... ok
91 testInlineProcessorDoesntCrashWithWrongAtomicString (test_apis.testAtomicString)
92 Test that an `AtomicString` returned from a Pattern doesn't cause a crash. ... ok
93 testNestedAtomicString (test_apis.testAtomicString)
94 Test that a nested `AtomicString` is not parsed. ... ok
95 testSimpleAtomicString (test_apis.testAtomicString)
96 Test that a simple `AtomicString` is not parsed. ... ok
97 testString (test_apis.testAtomicString)
98 Test that a regular string is parsed. ... ok
99 testCommentIsBlockLevel (test_apis.testETreeComments)
100 Test that an `ElementTree` `Comment` is recognized as `BlockLevel`. ... ok
101 testCommentIsComment (test_apis.testETreeComments)
102 Test that an `ElementTree` `Comment` passes the `is Comment` test. ... ok
103 testCommentPrettify (test_apis.testETreeComments)
104 Test that an `ElementTree` `Comment` is prettified properly. ... ok
105 testCommentSerialization (test_apis.testETreeComments)
106 Test that an `ElementTree` `Comment` serializes properly. ... ok
107 testPreCodeEmpty (test_apis.testElementPreCodeTests) ... ok
108 testPreCodeWithChildren (test_apis.testElementPreCodeTests) ... ok
109 testPreCodeWithSpaceOnly (test_apis.testElementPreCodeTests) ... ok
110 testPreCodeWithText (test_apis.testElementPreCodeTests) ... ok
111 testPreCodeWithTrailingSpace (test_apis.testElementPreCodeTests) ... ok
112 testBrTailNoNewline (test_apis.testElementTailTests)
113 Test that last `<br>` in tree has a new line tail ... ok
114 testBadQNameTag (test_apis.testSerializers)
115 Test serialization of `QName` with no tag. ... ok
116 testHTMLOutput (test_apis.testSerializers) ... ok
117 testHtml (test_apis.testSerializers)
118 Test HTML serialization. ... ok
119 testMixedCaseTags (test_apis.testSerializers)
120 " Test preservation of tag case. ... ok
121 testProsessingInstruction (test_apis.testSerializers)
122 Test serialization of `ProcessignInstruction`. ... ok
123 testQNameAttribute (test_apis.testSerializers)
124 Test serialization of `QName` attribute. ... ok
125 testQNameEscaping (test_apis.testSerializers)
126 Test `QName` escaping. ... ok
127 testQNamePreEscaping (test_apis.testSerializers)
128 Test `QName` that is already partially escaped. ... ok
129 testQNameTag (test_apis.testSerializers)
130 Test serialization of `QName` tag. ... ok
131 testRegisterSerializer (test_apis.testSerializers) ... ok
132 testXHTMLOutput (test_apis.testSerializers) ... ok
133 testXhtml (test_apis.testSerializers)
134 " Test XHTML serialization. ... ok
135 testRE (test_extensions.TestAdmonition) ... ok
136 testConfigAsKwargsOnInit (test_extensions.TestExtensionClass) ... ok
137 testGetConfig (test_extensions.TestExtensionClass) ... ok
138 testGetConfigDefault (test_extensions.TestExtensionClass) ... ok
139 testGetConfigInfo (test_extensions.TestExtensionClass) ... ok
140 testGetConfigs (test_extensions.TestExtensionClass) ... ok
141 testSetConfig (test_extensions.TestExtensionClass) ... ok
142 testSetConfigWithBadKey (test_extensions.TestExtensionClass) ... ok
143 testBasicMetaData (test_extensions.TestMetaData)
144 Test basic metadata. ... ok
145 testMetaDataReset (test_extensions.TestMetaData)
146 Test that reset call remove Meta entirely ... ok
147 testMetaDataWithoutNewline (test_extensions.TestMetaData)
148 Test document with only metadata and no newline at end. ... ok
149 testMissingMetaData (test_extensions.TestMetaData)
150 Test document without Meta Data. ... ok
151 testYamlMetaData (test_extensions.TestMetaData)
152 Test metadata specified as simple YAML. ... ok
153 testCustomSubstitutions (test_extensions.TestSmarty) ... ok
154 testBasicWikilinks (test_extensions.TestWikiLinks)
155 Test `[[wikilinks]]`. ... ok
156 testComplexSettings (test_extensions.TestWikiLinks)
157 Test Complex Settings. ... ok
158 testSimpleSettings (test_extensions.TestWikiLinks)
159 Test Simple Settings. ... ok
160 testURLCallback (test_extensions.TestWikiLinks)
161 Test used of a custom URL builder. ... ok
162 testWikilinkWhitespace (test_extensions.TestWikiLinks)
163 Test whitespace in `wikilinks`. ... ok
164 testWikilinksMetaData (test_extensions.TestWikiLinks)
165 test `MetaData` with `Wikilinks` Extension. ... ok
166 test_amps_and_angle_encoding (test_legacy.TestBasic) ... ok
167 test_angle_links_and_img (test_legacy.TestBasic) ... ok
168 test_auto_links (test_legacy.TestBasic) ... ok
169 test_backlash_escapes (test_legacy.TestBasic) ... ok
170 test_blockquotes_with_code_blocks (test_legacy.TestBasic) ... ok
171 test_codeblock_in_list (test_legacy.TestBasic) ... ok
172 test_hard_wrapped (test_legacy.TestBasic) ... ok
173 test_horizontal_rules (test_legacy.TestBasic) ... ok
174 test_links_inline (test_legacy.TestBasic) ... ok
175 test_links_reference (test_legacy.TestBasic) ... ok
176 test_literal_quotes (test_legacy.TestBasic) ... ok
177 test_markdown_documentation_basics (test_legacy.TestBasic) ... ok
178 test_markdown_syntax (test_legacy.TestBasic) ... ok
179 test_nested_blockquotes (test_legacy.TestBasic) ... ok
180 test_ordered_and_unordered_list (test_legacy.TestBasic) ... ok
181 test_strong_and_em_together (test_legacy.TestBasic) ... ok
182 test_tabs (test_legacy.TestBasic) ... ok
183 test_tidyness (test_legacy.TestBasic) ... ok
184 test_admonition (test_legacy.TestExtensions) ... ok
185 test_attr_list (test_legacy.TestExtensions) ... ok
186 test_codehilite (test_legacy.TestExtensions) ... skipped 'Excluded'
187 test_github_flavored (test_legacy.TestExtensions) ... ok
188 test_nl2br_w_attr_list (test_legacy.TestExtensions) ... ok
189 test_sane_lists (test_legacy.TestExtensions) ... ok
190 test_toc (test_legacy.TestExtensions) ... ok
191 test_toc_invalid (test_legacy.TestExtensions) ... ok
192 test_toc_nested (test_legacy.TestExtensions) ... ok
193 test_toc_nested2 (test_legacy.TestExtensions) ... ok
194 test_toc_nested_list (test_legacy.TestExtensions) ... ok
195 test_toc_out_of_order (test_legacy.TestExtensions) ... ok
196 test_wikilinks (test_legacy.TestExtensions) ... ok
197 test_def_in_list (test_legacy.TestExtensionsExtra) ... ok
198 test_extra_config (test_legacy.TestExtensionsExtra) ... ok
199 test_footnote (test_legacy.TestExtensionsExtra) ... ok
200 test_footnote_many_footnotes (test_legacy.TestExtensionsExtra) ... ok
201 test_footnote_placeholder (test_legacy.TestExtensionsExtra) ... ok
202 test_footnote_placeholder_depth (test_legacy.TestExtensionsExtra) ... ok
203 test_loose_def_list (test_legacy.TestExtensionsExtra) ... ok
204 test_markdown_syntax (test_legacy.TestExtensionsExtra) ... ok
205 test_named_markers (test_legacy.TestExtensionsExtra) ... ok
206 test_raw_html (test_legacy.TestExtensionsExtra) ... ok
207 test_simple_def_lists (test_legacy.TestExtensionsExtra) ... ok
208 test_CRLF_line_ends (test_legacy.TestMisc) ... ok
209 test_adjacent_headers (test_legacy.TestMisc) ... ok
210 test_arabic (test_legacy.TestMisc) ... ok
211 test_autolinks_with_asterisks (test_legacy.TestMisc) ... ok
212 test_autolinks_with_asterisks_russian (test_legacy.TestMisc) ... ok
213 test_backtick_escape (test_legacy.TestMisc) ... ok
214 test_bidi (test_legacy.TestMisc) ... ok
215 test_blank_block_quote (test_legacy.TestMisc) ... ok
216 test_blank_lines_in_codeblocks (test_legacy.TestMisc) ... ok
217 test_blockquote (test_legacy.TestMisc) ... ok
218 test_blockquote_below_paragraph (test_legacy.TestMisc) ... ok
219 test_blockquote_hr (test_legacy.TestMisc) ... ok
220 test_bold_links (test_legacy.TestMisc) ... ok
221 test_br (test_legacy.TestMisc) ... ok
222 test_bracket_re (test_legacy.TestMisc) ... ok
223 test_brackets_in_img_title (test_legacy.TestMisc) ... ok
224 test_code_first_line (test_legacy.TestMisc) ... ok
225 test_em_around_links (test_legacy.TestMisc) ... ok
226 test_em_strong (test_legacy.TestMisc) ... ok
227 test_em_strong_complex (test_legacy.TestMisc) ... ok
228 test_email (test_legacy.TestMisc) ... ok
229 test_escaped_links (test_legacy.TestMisc) ... ok
230 test_funky_list (test_legacy.TestMisc) ... ok
231 test_h1 (test_legacy.TestMisc) ... ok
232 test_hash (test_legacy.TestMisc) ... ok
233 test_header_in_lists (test_legacy.TestMisc) ... ok
234 test_headers (test_legacy.TestMisc) ... ok
235 test_hline (test_legacy.TestMisc) ... ok
236 test_image_2 (test_legacy.TestMisc) ... ok
237 test_image_in_links (test_legacy.TestMisc) ... ok
238 test_ins_at_start_of_paragraph (test_legacy.TestMisc) ... ok
239 test_inside_html (test_legacy.TestMisc) ... ok
240 test_japanese (test_legacy.TestMisc) ... ok
241 test_lazy_block_quote (test_legacy.TestMisc) ... ok
242 test_link_with_parenthesis (test_legacy.TestMisc) ... ok
243 test_lists (test_legacy.TestMisc) ... ok
244 test_lists2 (test_legacy.TestMisc) ... ok
245 test_lists3 (test_legacy.TestMisc) ... ok
246 test_lists4 (test_legacy.TestMisc) ... ok
247 test_lists5 (test_legacy.TestMisc) ... ok
248 test_lists6 (test_legacy.TestMisc) ... ok
249 test_lists7 (test_legacy.TestMisc) ... ok
250 test_lists8 (test_legacy.TestMisc) ... ok
251 test_missing_link_def (test_legacy.TestMisc) ... ok
252 test_multi_paragraph_block_quote (test_legacy.TestMisc) ... ok
253 test_multi_test (test_legacy.TestMisc) ... ok
254 test_nested_lists (test_legacy.TestMisc) ... ok
255 test_nested_patterns (test_legacy.TestMisc) ... ok
256 test_normalize (test_legacy.TestMisc) ... ok
257 test_numeric_entity (test_legacy.TestMisc) ... ok
258 test_para_with_hr (test_legacy.TestMisc) ... ok
259 test_russian (test_legacy.TestMisc) ... ok
260 test_smart_em (test_legacy.TestMisc) ... ok
261 test_some_test (test_legacy.TestMisc) ... ok
262 test_span (test_legacy.TestMisc) ... ok
263 test_strong_with_underscores (test_legacy.TestMisc) ... ok
264 test_stronintags (test_legacy.TestMisc) ... ok
265 test_tabs_in_lists (test_legacy.TestMisc) ... ok
266 test_two_spaces (test_legacy.TestMisc) ... ok
267 test_uche (test_legacy.TestMisc) ... ok
268 test_underscores (test_legacy.TestMisc) ... ok
269 test_url_spaces (test_legacy.TestMisc) ... ok
270 test__version__IsValid (test_meta.TestVersion)
271 Test that __version__ is valid and normalized. ... ok
272 test_get_version (test_meta.TestVersion)
273 Test that _get_version formats __version_info__ as required by PEP 440. ... ok
274 test_nesting_limit (test_syntax.blocks.test_blockquotes.TestBlockquoteBlocks) ... ok
275 test_codeblock_escape (test_syntax.blocks.test_code_blocks.TestCodeBlocks) ... ok
276 test_codeblock_with_blankline (test_syntax.blocks.test_code_blocks.TestCodeBlocks) ... ok
277 test_multiline_codeblock (test_syntax.blocks.test_code_blocks.TestCodeBlocks) ... ok
278 test_spaced_codeblock (test_syntax.blocks.test_code_blocks.TestCodeBlocks) ... ok
279 test_tabbed_codeblock (test_syntax.blocks.test_code_blocks.TestCodeBlocks) ... ok
280 test_escaped_hash (test_syntax.blocks.test_headers.TestHashHeaders) ... ok
281 test_hash_followed_by_p (test_syntax.blocks.test_headers.TestHashHeaders) ... ok
282 test_hash_gt6_closed (test_syntax.blocks.test_headers.TestHashHeaders) ... ok
283 test_hash_gt6_closed_mismatch (test_syntax.blocks.test_headers.TestHashHeaders) ... ok
284 test_hash_gt6_closed_missing_space (test_syntax.blocks.test_headers.TestHashHeaders) ... ok
285 test_hash_gt6_closed_trailing_space (test_syntax.blocks.test_headers.TestHashHeaders) ... ok
286 test_hash_gt6_open (test_syntax.blocks.test_headers.TestHashHeaders) ... ok
287 test_hash_gt6_open_missing_space (test_syntax.blocks.test_headers.TestHashHeaders) ... ok
288 test_hash_gt6_open_trailing_space (test_syntax.blocks.test_headers.TestHashHeaders) ... ok
289 test_hash_h1_closed (test_syntax.blocks.test_headers.TestHashHeaders) ... ok
290 test_hash_h1_closed_mismatch (test_syntax.blocks.test_headers.TestHashHeaders) ... ok
291 test_hash_h1_closed_missing_space (test_syntax.blocks.test_headers.TestHashHeaders) ... ok
292 test_hash_h1_closed_trailing_space (test_syntax.blocks.test_headers.TestHashHeaders) ... ok
293 test_hash_h1_followed_by_p (test_syntax.blocks.test_headers.TestHashHeaders) ... ok
294 test_hash_h1_leading_space (test_syntax.blocks.test_headers.TestHashHeaders) ... ok
295 test_hash_h1_open (test_syntax.blocks.test_headers.TestHashHeaders) ... ok
296 test_hash_h1_open_missing_space (test_syntax.blocks.test_headers.TestHashHeaders) ... ok
297 test_hash_h1_open_trailing_space (test_syntax.blocks.test_headers.TestHashHeaders) ... ok
298 test_hash_h2_closed (test_syntax.blocks.test_headers.TestHashHeaders) ... ok
299 test_hash_h2_closed_mismatch (test_syntax.blocks.test_headers.TestHashHeaders) ... ok
300 test_hash_h2_closed_missing_space (test_syntax.blocks.test_headers.TestHashHeaders) ... ok
301 test_hash_h2_closed_trailing_space (test_syntax.blocks.test_headers.TestHashHeaders) ... ok
302 test_hash_h2_followed_by_p (test_syntax.blocks.test_headers.TestHashHeaders) ... ok
303 test_hash_h2_leading_space (test_syntax.blocks.test_headers.TestHashHeaders) ... ok
304 test_hash_h2_open (test_syntax.blocks.test_headers.TestHashHeaders) ... ok
305 test_hash_h2_open_missing_space (test_syntax.blocks.test_headers.TestHashHeaders) ... ok
306 test_hash_h2_open_trailing_space (test_syntax.blocks.test_headers.TestHashHeaders) ... ok
307 test_hash_h3_closed (test_syntax.blocks.test_headers.TestHashHeaders) ... ok
308 test_hash_h3_closed_mismatch (test_syntax.blocks.test_headers.TestHashHeaders) ... ok
309 test_hash_h3_closed_missing_space (test_syntax.blocks.test_headers.TestHashHeaders) ... ok
310 test_hash_h3_closed_trailing_space (test_syntax.blocks.test_headers.TestHashHeaders) ... ok
311 test_hash_h3_followed_by_p (test_syntax.blocks.test_headers.TestHashHeaders) ... ok
312 test_hash_h3_leading_space (test_syntax.blocks.test_headers.TestHashHeaders) ... ok
313 test_hash_h3_open (test_syntax.blocks.test_headers.TestHashHeaders) ... ok
314 test_hash_h3_open_missing_space (test_syntax.blocks.test_headers.TestHashHeaders) ... ok
315 test_hash_h3_open_trailing_space (test_syntax.blocks.test_headers.TestHashHeaders) ... ok
316 test_hash_h4_closed (test_syntax.blocks.test_headers.TestHashHeaders) ... ok
317 test_hash_h4_closed_mismatch (test_syntax.blocks.test_headers.TestHashHeaders) ... ok
318 test_hash_h4_closed_missing_space (test_syntax.blocks.test_headers.TestHashHeaders) ... ok
319 test_hash_h4_closed_trailing_space (test_syntax.blocks.test_headers.TestHashHeaders) ... ok
320 test_hash_h4_followed_by_p (test_syntax.blocks.test_headers.TestHashHeaders) ... ok
321 test_hash_h4_leading_space (test_syntax.blocks.test_headers.TestHashHeaders) ... ok
322 test_hash_h4_open (test_syntax.blocks.test_headers.TestHashHeaders) ... ok
323 test_hash_h4_open_missing_space (test_syntax.blocks.test_headers.TestHashHeaders) ... ok
324 test_hash_h4_open_trailing_space (test_syntax.blocks.test_headers.TestHashHeaders) ... ok
325 test_hash_h5_closed (test_syntax.blocks.test_headers.TestHashHeaders) ... ok
326 test_hash_h5_closed_mismatch (test_syntax.blocks.test_headers.TestHashHeaders) ... ok
327 test_hash_h5_closed_missing_space (test_syntax.blocks.test_headers.TestHashHeaders) ... ok
328 test_hash_h5_closed_trailing_space (test_syntax.blocks.test_headers.TestHashHeaders) ... ok
329 test_hash_h5_followed_by_p (test_syntax.blocks.test_headers.TestHashHeaders) ... ok
330 test_hash_h5_leading_space (test_syntax.blocks.test_headers.TestHashHeaders) ... ok
331 test_hash_h5_open (test_syntax.blocks.test_headers.TestHashHeaders) ... ok
332 test_hash_h5_open_missing_space (test_syntax.blocks.test_headers.TestHashHeaders) ... ok
333 test_hash_h5_open_trailing_space (test_syntax.blocks.test_headers.TestHashHeaders) ... ok
334 test_hash_h6_closed (test_syntax.blocks.test_headers.TestHashHeaders) ... ok
335 test_hash_h6_closed_mismatch (test_syntax.blocks.test_headers.TestHashHeaders) ... ok
336 test_hash_h6_closed_missing_space (test_syntax.blocks.test_headers.TestHashHeaders) ... ok
337 test_hash_h6_closed_trailing_space (test_syntax.blocks.test_headers.TestHashHeaders) ... ok
338 test_hash_h6_followed_by_p (test_syntax.blocks.test_headers.TestHashHeaders) ... ok
339 test_hash_h6_leading_space (test_syntax.blocks.test_headers.TestHashHeaders) ... ok
340 test_hash_h6_open (test_syntax.blocks.test_headers.TestHashHeaders) ... ok
341 test_hash_h6_open_missing_space (test_syntax.blocks.test_headers.TestHashHeaders) ... ok
342 test_hash_h6_open_trailing_space (test_syntax.blocks.test_headers.TestHashHeaders) ... ok
343 test_no_blank_lines_between_hashs (test_syntax.blocks.test_headers.TestHashHeaders) ... ok
344 test_p_followed_by_hash (test_syntax.blocks.test_headers.TestHashHeaders) ... ok
345 test_random_hash_levels (test_syntax.blocks.test_headers.TestHashHeaders) ... ok
346 test_unescaped_hash (test_syntax.blocks.test_headers.TestHashHeaders) ... ok
347 test_p_followed_by_setext_h1 (test_syntax.blocks.test_headers.TestSetextHeaders) ... skipped 'This is broken in Python-Markdown'
348 test_p_followed_by_setext_h2 (test_syntax.blocks.test_headers.TestSetextHeaders) ... skipped 'This is broken in Python-Markdown'
349 test_setext_h1 (test_syntax.blocks.test_headers.TestSetextHeaders) ... ok
350 test_setext_h1_followed_by_p (test_syntax.blocks.test_headers.TestSetextHeaders) ... ok
351 test_setext_h1_mismatched_length (test_syntax.blocks.test_headers.TestSetextHeaders) ... ok
352 test_setext_h2 (test_syntax.blocks.test_headers.TestSetextHeaders) ... ok
353 test_setext_h2_followed_by_p (test_syntax.blocks.test_headers.TestSetextHeaders) ... ok
354 test_setext_h2_mismatched_length (test_syntax.blocks.test_headers.TestSetextHeaders) ... ok
355 test_2_consecutive_hr (test_syntax.blocks.test_hr.TestHorizontalRules) ... ok
356 test_hr_after_emstrong (test_syntax.blocks.test_hr.TestHorizontalRules) ... ok
357 test_hr_after_paragraph (test_syntax.blocks.test_hr.TestHorizontalRules) ... ok
358 test_hr_asterisks (test_syntax.blocks.test_hr.TestHorizontalRules) ... ok
359 test_hr_asterisks_1_indent (test_syntax.blocks.test_hr.TestHorizontalRules) ... ok
360 test_hr_asterisks_2_indent (test_syntax.blocks.test_hr.TestHorizontalRules) ... ok
361 test_hr_asterisks_3_indent (test_syntax.blocks.test_hr.TestHorizontalRules) ... ok
362 test_hr_asterisks_long (test_syntax.blocks.test_hr.TestHorizontalRules) ... ok
363 test_hr_asterisks_spaces (test_syntax.blocks.test_hr.TestHorizontalRules) ... ok
364 test_hr_asterisks_spaces_1_indent (test_syntax.blocks.test_hr.TestHorizontalRules) ... ok
365 test_hr_asterisks_spaces_2_indent (test_syntax.blocks.test_hr.TestHorizontalRules) ... ok
366 test_hr_asterisks_spaces_3_indent (test_syntax.blocks.test_hr.TestHorizontalRules) ... ok
367 test_hr_asterisks_spaces_long (test_syntax.blocks.test_hr.TestHorizontalRules) ... ok
368 test_hr_asterisks_spaces_trailing_space (test_syntax.blocks.test_hr.TestHorizontalRules) ... ok
369 test_hr_asterisks_trailing_space (test_syntax.blocks.test_hr.TestHorizontalRules) ... ok
370 test_hr_before_paragraph (test_syntax.blocks.test_hr.TestHorizontalRules) ... ok
371 test_hr_hyphens (test_syntax.blocks.test_hr.TestHorizontalRules) ... ok
372 test_hr_hyphens_1_indent (test_syntax.blocks.test_hr.TestHorizontalRules) ... ok
373 test_hr_hyphens_2_indent (test_syntax.blocks.test_hr.TestHorizontalRules) ... ok
374 test_hr_hyphens_3_indent (test_syntax.blocks.test_hr.TestHorizontalRules) ... ok
375 test_hr_hyphens_long (test_syntax.blocks.test_hr.TestHorizontalRules) ... ok
376 test_hr_hyphens_spaces (test_syntax.blocks.test_hr.TestHorizontalRules) ... ok
377 test_hr_hyphens_spaces_1_indent (test_syntax.blocks.test_hr.TestHorizontalRules) ... ok
378 test_hr_hyphens_spaces_2_indent (test_syntax.blocks.test_hr.TestHorizontalRules) ... ok
379 test_hr_hyphens_spaces_3_indent (test_syntax.blocks.test_hr.TestHorizontalRules) ... ok
380 test_hr_hyphens_spaces_long (test_syntax.blocks.test_hr.TestHorizontalRules) ... ok
381 test_hr_hyphens_spaces_trailing_space (test_syntax.blocks.test_hr.TestHorizontalRules) ... ok
382 test_hr_hyphens_trailing_space (test_syntax.blocks.test_hr.TestHorizontalRules) ... ok
383 test_hr_underscores (test_syntax.blocks.test_hr.TestHorizontalRules) ... ok
384 test_hr_underscores_1_indent (test_syntax.blocks.test_hr.TestHorizontalRules) ... ok
385 test_hr_underscores_2_indent (test_syntax.blocks.test_hr.TestHorizontalRules) ... ok
386 test_hr_underscores_3_indent (test_syntax.blocks.test_hr.TestHorizontalRules) ... ok
387 test_hr_underscores_long (test_syntax.blocks.test_hr.TestHorizontalRules) ... ok
388 test_hr_underscores_spaces (test_syntax.blocks.test_hr.TestHorizontalRules) ... ok
389 test_hr_underscores_spaces_1_indent (test_syntax.blocks.test_hr.TestHorizontalRules) ... ok
390 test_hr_underscores_spaces_2_indent (test_syntax.blocks.test_hr.TestHorizontalRules) ... ok
391 test_hr_underscores_spaces_3_indent (test_syntax.blocks.test_hr.TestHorizontalRules) ... ok
392 test_hr_underscores_spaces_long (test_syntax.blocks.test_hr.TestHorizontalRules) ... ok
393 test_hr_underscores_spaces_trailing_space (test_syntax.blocks.test_hr.TestHorizontalRules) ... ok
394 test_hr_underscores_trailing_space (test_syntax.blocks.test_hr.TestHorizontalRules) ... ok
395 test_not_hr_2_asterisks (test_syntax.blocks.test_hr.TestHorizontalRules) ... ok
396 test_not_hr_2_asterisks_spaces (test_syntax.blocks.test_hr.TestHorizontalRules) ... ok
397 test_not_hr_2_hyphens (test_syntax.blocks.test_hr.TestHorizontalRules) ... ok
398 test_not_hr_2_hyphens_spaces (test_syntax.blocks.test_hr.TestHorizontalRules) ... ok
399 test_not_hr_2_underscores (test_syntax.blocks.test_hr.TestHorizontalRules) ... ok
400 test_not_hr_2_underscores_spaces (test_syntax.blocks.test_hr.TestHorizontalRules) ... ok
401 test_not_hr_end_in_char (test_syntax.blocks.test_hr.TestHorizontalRules) ... ok
402 test_adjacent_raw_blocks (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok
403 test_adjacent_raw_blocks_with_blank_lines (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok
404 test_amperstand (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok
405 test_auto_links_dont_break_parser (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok
406 test_blank_lines_in_raw (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok
407 test_bogus_comment (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok
408 test_bogus_comment_endtag (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok
409 test_charref (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok
410 test_closed_startendtag (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok
411 test_closed_startendtag_with_attrs (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok
412 test_closed_startendtag_without_space (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok
413 test_code_span (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok
414 test_code_span_open_gt (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok
415 test_comment_in_code_block (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok
416 test_comment_in_code_span (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok
417 test_entityref (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok
418 test_hr_only_end (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok
419 test_hr_only_start (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok
420 test_hr_self_close (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok
421 test_hr_start_and_end (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok
422 test_hr_with_content (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok
423 test_inline_script_tags (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok
424 test_multiline_markdown_with_code_span (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok
425 test_multiline_raw (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok
426 test_multiple_raw_single_line (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok
427 test_multiple_raw_single_line_with_pi (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok
428 test_nested_charref (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok
429 test_nested_closed_startendtag (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok
430 test_nested_entityref (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok
431 test_nested_indented_raw_block (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok
432 test_nested_inline_one_line (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok
433 test_nested_raw_block (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok
434 test_nested_raw_blocks (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok
435 test_nested_raw_blocks_with_blank_lines (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok
436 test_nested_raw_one_line (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok
437 test_nested_startendtag (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok
438 test_placeholder_in_source (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok
439 test_raw_attributes (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok
440 test_raw_attributes_nested (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok
441 test_raw_block_preceded_by_markdown_code_span_with_unclosed_block_tag (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok
442 test_raw_cdata_code_span (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok
443 test_raw_cdata_indented (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok
444 test_raw_cdata_one_line (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok
445 test_raw_cdata_one_line_followed_by_text (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok
446 test_raw_cdata_with_blank_lines (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok
447 test_raw_comment_indented (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok
448 test_raw_comment_indented_with_tag (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok
449 test_raw_comment_nested (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok
450 test_raw_comment_one_line (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok
451 test_raw_comment_one_line_followed_by_html (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok
452 test_raw_comment_one_line_followed_by_text (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok
453 test_raw_comment_one_line_with_tag (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok
454 test_raw_comment_trailing_whitespace (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok
455 test_raw_comment_with_blank_lines (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok
456 test_raw_comment_with_blank_lines_first_line (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok
457 test_raw_comment_with_blank_lines_last_line (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok
458 test_raw_comment_with_blank_lines_with_tag (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok
459 test_raw_declaration_code_span (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok
460 test_raw_declaration_one_line (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok
461 test_raw_declaration_one_line_followed_by_text (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok
462 test_raw_empty (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok
463 test_raw_empty_blank_line (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok
464 test_raw_empty_newline (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok
465 test_raw_empty_space (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok
466 test_raw_html5 (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok
467 test_raw_indent_four_spaces (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok
468 test_raw_indent_one_space (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok
469 test_raw_indent_three_spaces (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok
470 test_raw_indent_two_spaces (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok
471 test_raw_missing_close_bracket (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok
472 test_raw_multiline_cdata (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok
473 test_raw_multiline_comment (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok
474 test_raw_multiline_comment_first_line (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok
475 test_raw_multiline_comment_last_line (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok
476 test_raw_multiline_comment_with_tag (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok
477 test_raw_multiline_declaration (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok
478 test_raw_multiline_processing_instruction (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok
479 test_raw_multiple_p_no_end_tag (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok
480 test_raw_nested_inline (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok
481 test_raw_nested_inline_with_blank_lines (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok
482 test_raw_nested_p_no_end_tag (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok
483 test_raw_one_line_followed_by_span (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok
484 test_raw_one_line_followed_by_text (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok
485 test_raw_open_bracket_followed_by_space (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok
486 test_raw_open_bracket_only (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok
487 test_raw_p_no_end_tag (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok
488 test_raw_p_no_end_tag_followed_by_blank_line (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok
489 test_raw_paragraph (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok
490 test_raw_pre_tag (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok
491 test_raw_pre_tag_nested_escaped_html (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok
492 test_raw_processing_instruction_code_span (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok
493 test_raw_processing_instruction_indented (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok
494 test_raw_processing_instruction_one_line (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok
495 test_raw_processing_instruction_one_line_followed_by_text (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok
496 test_raw_processing_instruction_with_blank_lines (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok
497 test_raw_skip_inline_markdown (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok
498 test_raw_span (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok
499 test_raw_surrounded_by_Markdown (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok
500 test_raw_surrounded_by_text_without_blank_lines (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok
501 test_raw_unclosed_tag_in_code_span (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok
502 test_raw_unclosed_tag_in_code_span_space (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok
503 test_raw_uppercase (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok
504 test_raw_uppercase_multiline (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok
505 test_raw_with_markdown_blocks (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok
506 test_script_tags (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok
507 test_startendtag (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok
508 test_startendtag_with_attrs (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok
509 test_startendtag_with_space (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok
510 test_text_links_ignored (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok
511 test_unclosed_comment_ (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok
512 test_unclosed_script_tag (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok
513 test_2_paragraphs_long_line (test_syntax.blocks.test_paragraphs.TestParagraphBlocks) ... ok
514 test_blank_line_before_paragraph (test_syntax.blocks.test_paragraphs.TestParagraphBlocks) ... ok
515 test_consecutive_multiline_paragraphs (test_syntax.blocks.test_paragraphs.TestParagraphBlocks) ... ok
516 test_consecutive_paragraphs (test_syntax.blocks.test_paragraphs.TestParagraphBlocks) ... ok
517 test_consecutive_paragraphs_space (test_syntax.blocks.test_paragraphs.TestParagraphBlocks) ... ok
518 test_consecutive_paragraphs_tab (test_syntax.blocks.test_paragraphs.TestParagraphBlocks) ... ok
519 test_multiline_paragraph (test_syntax.blocks.test_paragraphs.TestParagraphBlocks) ... ok
520 test_paragraph_2_leading_spaces (test_syntax.blocks.test_paragraphs.TestParagraphBlocks) ... ok
521 test_paragraph_3_leading_spaces (test_syntax.blocks.test_paragraphs.TestParagraphBlocks) ... ok
522 test_paragraph_leading_space (test_syntax.blocks.test_paragraphs.TestParagraphBlocks) ... ok
523 test_paragraph_long_line (test_syntax.blocks.test_paragraphs.TestParagraphBlocks) ... ok
524 test_paragraph_trailing_leading_space (test_syntax.blocks.test_paragraphs.TestParagraphBlocks) ... ok
525 test_paragraph_trailing_tab (test_syntax.blocks.test_paragraphs.TestParagraphBlocks) ... ok
526 test_paragraphs_CR (test_syntax.blocks.test_paragraphs.TestParagraphBlocks) ... ok
527 test_paragraphs_CR_LF (test_syntax.blocks.test_paragraphs.TestParagraphBlocks) ... ok
528 test_paragraphs_LF (test_syntax.blocks.test_paragraphs.TestParagraphBlocks) ... ok
529 test_simple_paragraph (test_syntax.blocks.test_paragraphs.TestParagraphBlocks) ... ok
530 test_header_and_paragraph_no_blank_line_loose_list (test_syntax.blocks.test_ul.TestUnorderedLists) ... ok
531 test_header_and_paragraph_no_blank_line_loose_list_no_indent (test_syntax.blocks.test_ul.TestUnorderedLists) ... ok
532 test_header_and_paragraph_no_blank_line_tight_list (test_syntax.blocks.test_ul.TestUnorderedLists) ... skipped 'This behaves as a loose list in Python-Markdown'
533 test_header_and_paragraph_no_blank_line_tight_list_no_indent (test_syntax.blocks.test_ul.TestUnorderedLists) ... skipped 'This behaves as a loose list in Python-Markdown'
534 test_abbr_bracket (test_syntax.extensions.test_abbr.TestAbbr) ... ok
535 test_abbr_carrot (test_syntax.extensions.test_abbr.TestAbbr) ... ok
536 test_abbr_clear (test_syntax.extensions.test_abbr.TestAbbr) ... ok
537 test_abbr_double_quoted (test_syntax.extensions.test_abbr.TestAbbr) ... ok
538 test_abbr_empty (test_syntax.extensions.test_abbr.TestAbbr) ... ok
539 test_abbr_extra_space (test_syntax.extensions.test_abbr.TestAbbr) ... ok
540 test_abbr_glossary (test_syntax.extensions.test_abbr.TestAbbr) ... ok
541 test_abbr_glossary_2 (test_syntax.extensions.test_abbr.TestAbbr) ... ok
542 test_abbr_hyphen (test_syntax.extensions.test_abbr.TestAbbr) ... ok
543 test_abbr_ignore_backslash (test_syntax.extensions.test_abbr.TestAbbr) ... ok
544 test_abbr_ignore_unmatched_case (test_syntax.extensions.test_abbr.TestAbbr) ... ok
545 test_abbr_line_break (test_syntax.extensions.test_abbr.TestAbbr) ... ok
546 test_abbr_lower (test_syntax.extensions.test_abbr.TestAbbr) ... ok
547 test_abbr_multiple_in_tail (test_syntax.extensions.test_abbr.TestAbbr) ... ok
548 test_abbr_multiple_in_text (test_syntax.extensions.test_abbr.TestAbbr) ... ok
549 test_abbr_multiple_nested (test_syntax.extensions.test_abbr.TestAbbr) ... ok
550 test_abbr_nested (test_syntax.extensions.test_abbr.TestAbbr) ... ok
551 test_abbr_no_blank_Lines (test_syntax.extensions.test_abbr.TestAbbr) ... ok
552 test_abbr_no_space (test_syntax.extensions.test_abbr.TestAbbr) ... ok
553 test_abbr_override (test_syntax.extensions.test_abbr.TestAbbr) ... ok
554 test_abbr_partial_word (test_syntax.extensions.test_abbr.TestAbbr) ... ok
555 test_abbr_reset (test_syntax.extensions.test_abbr.TestAbbr) ... ok
556 test_abbr_single_quoted (test_syntax.extensions.test_abbr.TestAbbr) ... ok
557 test_abbr_superset_vs_subset (test_syntax.extensions.test_abbr.TestAbbr) ... ok
558 test_abbr_unused (test_syntax.extensions.test_abbr.TestAbbr) ... ok
559 test_abbr_upper (test_syntax.extensions.test_abbr.TestAbbr) ... ok
560 test_abbr_with_attr_list (test_syntax.extensions.test_abbr.TestAbbr) ... ok
561 test_admonition_first_indented (test_syntax.extensions.test_admonition.TestAdmonition) ... ok
562 test_admontion_detabbing (test_syntax.extensions.test_admonition.TestAdmonition) ... ok
563 test_definition_list (test_syntax.extensions.test_admonition.TestAdmonition) ... ok
564 test_with_big_lists (test_syntax.extensions.test_admonition.TestAdmonition) ... ok
565 test_with_complex_lists (test_syntax.extensions.test_admonition.TestAdmonition) ... ok
566 test_with_lists (test_syntax.extensions.test_admonition.TestAdmonition) ... ok
567 test_with_preceding_text (test_syntax.extensions.test_admonition.TestAdmonition) ... ok
568 test_curly_after_block (test_syntax.extensions.test_attr_list.TestAttrList) ... ok
569 test_curly_after_inline (test_syntax.extensions.test_attr_list.TestAttrList) ... ok
570 test_curly_in_double_quote (test_syntax.extensions.test_attr_list.TestAttrList) ... ok
571 test_curly_in_single_quote (test_syntax.extensions.test_attr_list.TestAttrList) ... ok
572 test_empty_attr_list (test_syntax.extensions.test_attr_list.TestAttrList) ... ok
573 test_extra_eq_gets_ignored_inside_curly_inline (test_syntax.extensions.test_attr_list.TestAttrList) ... ok
574 test_table_td (test_syntax.extensions.test_attr_list.TestAttrList) ... ok
575 test_unclosed_quote_ignored (test_syntax.extensions.test_attr_list.TestAttrList) ... ok
576 test_codehilite_bad_lang (test_syntax.extensions.test_code_hilite.TestCodeHiliteClass) ... skipped 'Pygments== is required'
577 test_codehilite_defaults (test_syntax.extensions.test_code_hilite.TestCodeHiliteClass) ... skipped 'Pygments== is required'
578 test_codehilite_guess_lang (test_syntax.extensions.test_code_hilite.TestCodeHiliteClass) ... skipped 'Pygments== is required'
579 test_codehilite_guess_lang_plain_text (test_syntax.extensions.test_code_hilite.TestCodeHiliteClass) ... skipped 'Pygments== is required'
580 test_codehilite_lang_prefix (test_syntax.extensions.test_code_hilite.TestCodeHiliteClass) ... skipped 'Pygments== is required'
581 test_codehilite_lang_prefix_empty (test_syntax.extensions.test_code_hilite.TestCodeHiliteClass) ... skipped 'Pygments== is required'
582 test_codehilite_linenos_false (test_syntax.extensions.test_code_hilite.TestCodeHiliteClass) ... skipped 'Pygments== is required'
583 test_codehilite_linenos_hl_lines (test_syntax.extensions.test_code_hilite.TestCodeHiliteClass) ... skipped 'Pygments== is required'
584 test_codehilite_linenos_inline (test_syntax.extensions.test_code_hilite.TestCodeHiliteClass) ... skipped 'Pygments== is required'
585 test_codehilite_linenos_linenospecial (test_syntax.extensions.test_code_hilite.TestCodeHiliteClass) ... skipped 'Pygments== is required'
586 test_codehilite_linenos_linenostep (test_syntax.extensions.test_code_hilite.TestCodeHiliteClass) ... skipped 'Pygments== is required'
587 test_codehilite_linenos_none (test_syntax.extensions.test_code_hilite.TestCodeHiliteClass) ... skipped 'Pygments== is required'
588 test_codehilite_linenos_table (test_syntax.extensions.test_code_hilite.TestCodeHiliteClass) ... skipped 'Pygments== is required'
589 test_codehilite_linenos_true (test_syntax.extensions.test_code_hilite.TestCodeHiliteClass) ... skipped 'Pygments== is required'
590 test_codehilite_linenostart (test_syntax.extensions.test_code_hilite.TestCodeHiliteClass) ... skipped 'Pygments== is required'
591 test_codehilite_linenums_true (test_syntax.extensions.test_code_hilite.TestCodeHiliteClass) ... skipped 'Pygments== is required'
592 test_codehilite_set_css_class (test_syntax.extensions.test_code_hilite.TestCodeHiliteClass) ... skipped 'Pygments== is required'
593 test_codehilite_set_cssclass (test_syntax.extensions.test_code_hilite.TestCodeHiliteClass) ... skipped 'Pygments== is required'
594 test_codehilite_set_lang (test_syntax.extensions.test_code_hilite.TestCodeHiliteClass) ... skipped 'Pygments== is required'
595 test_codehilite_startinline (test_syntax.extensions.test_code_hilite.TestCodeHiliteClass) ... skipped 'Pygments== is required'
596 test_codehilite_use_pygments_false (test_syntax.extensions.test_code_hilite.TestCodeHiliteClass) ... skipped 'Pygments== is required'
597 testBasicCodeHilite (test_syntax.extensions.test_code_hilite.TestCodeHiliteExtension) ... skipped 'Pygments== is required'
598 testDoesntCrashWithEmptyCodeTag (test_syntax.extensions.test_code_hilite.TestCodeHiliteExtension) ... skipped 'Pygments== is required'
599 testDoubleEscape (test_syntax.extensions.test_code_hilite.TestCodeHiliteExtension) ... skipped 'Pygments== is required'
600 testEntitiesIntact (test_syntax.extensions.test_code_hilite.TestCodeHiliteExtension) ... skipped 'Pygments== is required'
601 testFormatterLangStr (test_syntax.extensions.test_code_hilite.TestCodeHiliteExtension) ... skipped 'Pygments== is required'
602 testFormatterLangStrEmptyLang (test_syntax.extensions.test_code_hilite.TestCodeHiliteExtension) ... skipped 'Pygments== is required'
603 testFormatterLangStrGuessLang (test_syntax.extensions.test_code_hilite.TestCodeHiliteExtension) ... skipped 'Pygments== is required'
604 testHighlightAmps (test_syntax.extensions.test_code_hilite.TestCodeHiliteExtension) ... skipped 'Pygments== is required'
605 testHighlightLinesWithColon (test_syntax.extensions.test_code_hilite.TestCodeHiliteExtension) ... skipped 'Pygments== is required'
606 testLangPrefix (test_syntax.extensions.test_code_hilite.TestCodeHiliteExtension) ... skipped 'Pygments== is required'
607 testLangPrefixEmpty (test_syntax.extensions.test_code_hilite.TestCodeHiliteExtension) ... skipped 'Pygments== is required'
608 testLinenumsFalse (test_syntax.extensions.test_code_hilite.TestCodeHiliteExtension) ... skipped 'Pygments== is required'
609 testLinenumsNone (test_syntax.extensions.test_code_hilite.TestCodeHiliteExtension) ... skipped 'Pygments== is required'
610 testLinenumsNoneWithColon (test_syntax.extensions.test_code_hilite.TestCodeHiliteExtension) ... skipped 'Pygments== is required'
611 testLinenumsNoneWithShebang (test_syntax.extensions.test_code_hilite.TestCodeHiliteExtension) ... skipped 'Pygments== is required'
612 testLinenumsTrue (test_syntax.extensions.test_code_hilite.TestCodeHiliteExtension) ... skipped 'Pygments== is required'
613 testMultipleBlocksSameStyle (test_syntax.extensions.test_code_hilite.TestCodeHiliteExtension) ... skipped 'Pygments== is required'
614 testUnknownOption (test_syntax.extensions.test_code_hilite.TestCodeHiliteExtension) ... skipped 'Pygments== is required'
615 testUsePygmentsFalse (test_syntax.extensions.test_code_hilite.TestCodeHiliteExtension) ... skipped 'Pygments== is required'
616 test_def_list_nested_admontions (test_syntax.extensions.test_def_list.TestDefList) ... ok
617 test_def_list_unreasonable_nesting (test_syntax.extensions.test_def_list.TestDefList) ... ok
618 test_def_list_with_nesting (test_syntax.extensions.test_def_list.TestDefList) ... ok
619 test_def_list_with_nesting_self (test_syntax.extensions.test_def_list.TestDefList) ... ok
620 test_def_list_with_ol (test_syntax.extensions.test_def_list.TestDefList) ... ok
621 test_def_list_with_ul (test_syntax.extensions.test_def_list.TestDefList) ... ok
622 testBasicFence (test_syntax.extensions.test_fenced_code.TestFencedCode) ... ok
623 testFencedCodeCurlyInAttrs (test_syntax.extensions.test_fenced_code.TestFencedCode) ... ok
624 testFencedCodeEscapedAttrs (test_syntax.extensions.test_fenced_code.TestFencedCode) ... ok
625 testFencedCodeMismatchedCurlyInAttrs (test_syntax.extensions.test_fenced_code.TestFencedCode) ... ok
626 testFencedIdAndLangAndClassInAttr (test_syntax.extensions.test_fenced_code.TestFencedCode) ... ok
627 testFencedIdAndLangInAttr (test_syntax.extensions.test_fenced_code.TestFencedCode) ... ok
628 testFencedIdInAttr (test_syntax.extensions.test_fenced_code.TestFencedCode) ... ok
629 testFencedLanguageAltPrefix (test_syntax.extensions.test_fenced_code.TestFencedCode) ... ok
630 testFencedLanguageIdAndPygmentsDisabledInAttrNoCodehilite (test_syntax.extensions.test_fenced_code.TestFencedCode) ... ok
631 testFencedLanguageIdAndPygmentsEnabledInAttrNoCodehilite (test_syntax.extensions.test_fenced_code.TestFencedCode) ... ok
632 testFencedLanguageInAttr (test_syntax.extensions.test_fenced_code.TestFencedCode) ... ok
633 testFencedLanguageNoCodehiliteWithAttrList (test_syntax.extensions.test_fenced_code.TestFencedCode) ... ok
634 testFencedLanguageNoDot (test_syntax.extensions.test_fenced_code.TestFencedCode) ... ok
635 testFencedLanguageNoPrefix (test_syntax.extensions.test_fenced_code.TestFencedCode) ... ok
636 testFencedLanguagePygmentsDisabledInAttrNoCodehiliteWithAttrList (test_syntax.extensions.test_fenced_code.TestFencedCode) ... ok
637 testFencedLanguagePygmentsEnabledInAttrNoCodehiliteWithAttrList (test_syntax.extensions.test_fenced_code.TestFencedCode) ... ok
638 testFencedLanguageWithDot (test_syntax.extensions.test_fenced_code.TestFencedCode) ... ok
639 testFencedMultipleClassesInAttr (test_syntax.extensions.test_fenced_code.TestFencedCode) ... ok
640 testFencedTildes (test_syntax.extensions.test_fenced_code.TestFencedCode) ... ok
641 testNestedFence (test_syntax.extensions.test_fenced_code.TestFencedCode) ... ok
642 test_fenced_code_in_raw_html (test_syntax.extensions.test_fenced_code.TestFencedCode) ... ok
643 testCustomPygmentsFormatter (test_syntax.extensions.test_fenced_code.TestFencedCodeWithCodehilite) ... skipped 'Pygments== is required'
644 testFencedAmps (test_syntax.extensions.test_fenced_code.TestFencedCodeWithCodehilite) ... skipped 'Pygments== is required'
645 testFencedCodeWithHighlightLines (test_syntax.extensions.test_fenced_code.TestFencedCodeWithCodehilite) ... skipped 'Pygments== is required'
646 testFencedCodeWithHighlightLinesInAttr (test_syntax.extensions.test_fenced_code.TestFencedCodeWithCodehilite) ... skipped 'Pygments== is required'
647 testFencedLanguageAndHighlightLines (test_syntax.extensions.test_fenced_code.TestFencedCodeWithCodehilite) ... skipped 'Pygments== is required'
648 testFencedLanguageAndHighlightLinesInAttr (test_syntax.extensions.test_fenced_code.TestFencedCodeWithCodehilite) ... skipped 'Pygments== is required'
649 testFencedLanguageAndPygmentsDisabled (test_syntax.extensions.test_fenced_code.TestFencedCodeWithCodehilite) ... skipped 'Pygments== is required'
650 testFencedLanguageAttrCssclass (test_syntax.extensions.test_fenced_code.TestFencedCodeWithCodehilite) ... skipped 'Pygments== is required'
651 testFencedLanguageAttrGuesslang (test_syntax.extensions.test_fenced_code.TestFencedCodeWithCodehilite) ... skipped 'Pygments== is required'
652 testFencedLanguageAttrLinenums (test_syntax.extensions.test_fenced_code.TestFencedCodeWithCodehilite) ... skipped 'Pygments== is required'
653 testFencedLanguageAttrNoclasses (test_syntax.extensions.test_fenced_code.TestFencedCodeWithCodehilite) ... skipped 'Pygments== is required'
654 testFencedLanguageDoubleEscape (test_syntax.extensions.test_fenced_code.TestFencedCodeWithCodehilite) ... skipped 'Pygments== is required'
655 testFencedLanguageIdAndPygmentsDisabledInAttr (test_syntax.extensions.test_fenced_code.TestFencedCodeWithCodehilite) ... skipped 'Pygments== is required'
656 testFencedLanguageIdInAttrAndPygmentsDisabled (test_syntax.extensions.test_fenced_code.TestFencedCodeWithCodehilite) ... skipped 'Pygments== is required'
657 testFencedMultipleBlocksSameStyle (test_syntax.extensions.test_fenced_code.TestFencedCodeWithCodehilite) ... skipped 'Pygments== is required'
658 testInvalidCustomPygmentsFormatter (test_syntax.extensions.test_fenced_code.TestFencedCodeWithCodehilite) ... skipped 'Pygments== is required'
659 testPygmentsAddLangClassFormatter (test_syntax.extensions.test_fenced_code.TestFencedCodeWithCodehilite) ... skipped 'Pygments== is required'
660 testSvgCustomPygmentsFormatter (test_syntax.extensions.test_fenced_code.TestFencedCodeWithCodehilite) ... skipped 'Pygments== is required'
661 test_shebang (test_syntax.extensions.test_fenced_code.TestFencedCodeWithCodehilite) ... skipped 'Pygments== is required'
662 test_backlink_text (test_syntax.extensions.test_footnotes.TestFootnotes)
663 Test back-link configuration. ... ok
664 test_backlink_title (test_syntax.extensions.test_footnotes.TestFootnotes)
665 Test back-link title configuration without placeholder. ... ok
666 test_basic_footnote (test_syntax.extensions.test_footnotes.TestFootnotes) ... ok
667 test_footnote_multi_line (test_syntax.extensions.test_footnotes.TestFootnotes) ... ok
668 test_footnote_multi_line_complex (test_syntax.extensions.test_footnotes.TestFootnotes) ... ok
669 test_footnote_multi_line_lazy_indent (test_syntax.extensions.test_footnotes.TestFootnotes) ... ok
670 test_footnote_multple_complex (test_syntax.extensions.test_footnotes.TestFootnotes) ... ok
671 test_footnote_multple_complex_no_blank_line_between (test_syntax.extensions.test_footnotes.TestFootnotes) ... ok
672 test_footnote_separator (test_syntax.extensions.test_footnotes.TestFootnotes)
673 Test separator configuration. ... ok
674 test_multiple_footnotes (test_syntax.extensions.test_footnotes.TestFootnotes) ... ok
675 test_multiple_footnotes_multiline (test_syntax.extensions.test_footnotes.TestFootnotes) ... ok
676 test_superscript_text (test_syntax.extensions.test_footnotes.TestFootnotes)
677 Test superscript text configuration. ... ok
678 testLegacyAttrs (test_syntax.extensions.test_legacy_attrs.TestLegacyAtrributes) ... ok
679 test_complex_emphasis_underscore (test_syntax.extensions.test_legacy_em.TestLegacyEm) ... ok
680 test_complex_emphasis_underscore_mid_word (test_syntax.extensions.test_legacy_em.TestLegacyEm) ... ok
681 test_complex_multple_underscore_type (test_syntax.extensions.test_legacy_em.TestLegacyEm) ... ok
682 test_complex_multple_underscore_type_variant2 (test_syntax.extensions.test_legacy_em.TestLegacyEm) ... ok
683 test_legacy_emphasis (test_syntax.extensions.test_legacy_em.TestLegacyEm) ... ok
684 test_legacy_strong (test_syntax.extensions.test_legacy_em.TestLegacyEm) ... ok
685 test_adjacent_raw_blocks (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok
686 test_adjacent_raw_blocks_with_blank_lines (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok
687 test_amperstand (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok
688 test_auto_links_dont_break_parser (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok
689 test_blank_lines_in_raw (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok
690 test_bogus_comment (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok
691 test_bogus_comment_endtag (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok
692 test_charref (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok
693 test_closed_startendtag (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok
694 test_closed_startendtag_with_attrs (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok
695 test_closed_startendtag_without_space (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok
696 test_code_span (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok
697 test_code_span_open_gt (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok
698 test_comment_in_code_block (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok
699 test_comment_in_code_span (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok
700 test_entityref (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok
701 test_hr_only_end (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok
702 test_hr_only_start (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok
703 test_hr_self_close (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok
704 test_hr_start_and_end (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok
705 test_hr_with_content (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok
706 test_inline_script_tags (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok
707 test_multiline_markdown_with_code_span (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok
708 test_multiline_raw (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok
709 test_multiple_raw_single_line (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok
710 test_multiple_raw_single_line_with_pi (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok
711 test_nested_charref (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok
712 test_nested_closed_startendtag (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok
713 test_nested_entityref (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok
714 test_nested_indented_raw_block (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok
715 test_nested_inline_one_line (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok
716 test_nested_raw_block (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok
717 test_nested_raw_blocks (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok
718 test_nested_raw_blocks_with_blank_lines (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok
719 test_nested_raw_one_line (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok
720 test_nested_startendtag (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok
721 test_placeholder_in_source (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok
722 test_raw_attributes (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok
723 test_raw_attributes_nested (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok
724 test_raw_block_preceded_by_markdown_code_span_with_unclosed_block_tag (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok
725 test_raw_cdata_code_span (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok
726 test_raw_cdata_indented (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok
727 test_raw_cdata_one_line (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok
728 test_raw_cdata_one_line_followed_by_text (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok
729 test_raw_cdata_with_blank_lines (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok
730 test_raw_comment_indented (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok
731 test_raw_comment_indented_with_tag (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok
732 test_raw_comment_nested (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok
733 test_raw_comment_one_line (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok
734 test_raw_comment_one_line_followed_by_html (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok
735 test_raw_comment_one_line_followed_by_text (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok
736 test_raw_comment_one_line_with_tag (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok
737 test_raw_comment_trailing_whitespace (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok
738 test_raw_comment_with_blank_lines (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok
739 test_raw_comment_with_blank_lines_first_line (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok
740 test_raw_comment_with_blank_lines_last_line (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok
741 test_raw_comment_with_blank_lines_with_tag (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok
742 test_raw_declaration_code_span (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok
743 test_raw_declaration_one_line (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok
744 test_raw_declaration_one_line_followed_by_text (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok
745 test_raw_empty (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok
746 test_raw_empty_blank_line (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok
747 test_raw_empty_newline (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok
748 test_raw_empty_space (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok
749 test_raw_html5 (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok
750 test_raw_indent_four_spaces (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok
751 test_raw_indent_one_space (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok
752 test_raw_indent_three_spaces (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok
753 test_raw_indent_two_spaces (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok
754 test_raw_missing_close_bracket (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok
755 test_raw_multiline_cdata (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok
756 test_raw_multiline_comment (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok
757 test_raw_multiline_comment_first_line (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok
758 test_raw_multiline_comment_last_line (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok
759 test_raw_multiline_comment_with_tag (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok
760 test_raw_multiline_declaration (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok
761 test_raw_multiline_processing_instruction (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok
762 test_raw_multiple_p_no_end_tag (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok
763 test_raw_nested_inline (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok
764 test_raw_nested_inline_with_blank_lines (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok
765 test_raw_nested_p_no_end_tag (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok
766 test_raw_one_line_followed_by_span (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok
767 test_raw_one_line_followed_by_text (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok
768 test_raw_open_bracket_followed_by_space (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok
769 test_raw_open_bracket_only (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok
770 test_raw_p_no_end_tag (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok
771 test_raw_p_no_end_tag_followed_by_blank_line (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok
772 test_raw_paragraph (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok
773 test_raw_pre_tag (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok
774 test_raw_pre_tag_nested_escaped_html (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok
775 test_raw_processing_instruction_code_span (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok
776 test_raw_processing_instruction_indented (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok
777 test_raw_processing_instruction_one_line (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok
778 test_raw_processing_instruction_one_line_followed_by_text (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok
779 test_raw_processing_instruction_with_blank_lines (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok
780 test_raw_skip_inline_markdown (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok
781 test_raw_span (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok
782 test_raw_surrounded_by_Markdown (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok
783 test_raw_surrounded_by_text_without_blank_lines (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok
784 test_raw_unclosed_tag_in_code_span (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok
785 test_raw_unclosed_tag_in_code_span_space (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok
786 test_raw_uppercase (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok
787 test_raw_uppercase_multiline (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok
788 test_raw_with_markdown_blocks (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok
789 test_script_tags (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok
790 test_startendtag (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok
791 test_startendtag_with_attrs (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok
792 test_startendtag_with_space (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok
793 test_text_links_ignored (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok
794 test_unclosed_comment_ (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok
795 test_unclosed_script_tag (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok
796 test_complex_nested_case (test_syntax.extensions.test_md_in_html.TestMdInHTML) ... ok
797 test_complex_nested_case_whitespace (test_syntax.extensions.test_md_in_html.TestMdInHTML) ... ok
798 test_empty_tags (test_syntax.extensions.test_md_in_html.TestMdInHTML) ... ok
799 test_md1_PI_blank_lines (test_syntax.extensions.test_md_in_html.TestMdInHTML) ... ok
800 test_md1_PI_multiline (test_syntax.extensions.test_md_in_html.TestMdInHTML) ... ok
801 test_md1_PI_oneliner (test_syntax.extensions.test_md_in_html.TestMdInHTML) ... ok
802 test_md1_code_span (test_syntax.extensions.test_md_in_html.TestMdInHTML) ... ok
803 test_md1_code_span_oneline (test_syntax.extensions.test_md_in_html.TestMdInHTML) ... ok
804 test_md1_code_span_script_tag (test_syntax.extensions.test_md_in_html.TestMdInHTML) ... ok
805 test_md1_code_span_unclosed (test_syntax.extensions.test_md_in_html.TestMdInHTML) ... ok
806 test_md1_deep_mix (test_syntax.extensions.test_md_in_html.TestMdInHTML) ... ok
807 test_md1_div (test_syntax.extensions.test_md_in_html.TestMdInHTML) ... ok
808 test_md1_div_blank_lines (test_syntax.extensions.test_md_in_html.TestMdInHTML) ... ok
809 test_md1_div_linebreaks (test_syntax.extensions.test_md_in_html.TestMdInHTML) ... ok
810 test_md1_div_multi (test_syntax.extensions.test_md_in_html.TestMdInHTML) ... ok
811 test_md1_div_multi_nest (test_syntax.extensions.test_md_in_html.TestMdInHTML) ... ok
812 test_md1_div_nested (test_syntax.extensions.test_md_in_html.TestMdInHTML) ... ok
813 test_md1_div_raw_inline (test_syntax.extensions.test_md_in_html.TestMdInHTML) ... ok
814 test_md1_hr_only_end (test_syntax.extensions.test_md_in_html.TestMdInHTML) ... ok
815 test_md1_hr_only_start (test_syntax.extensions.test_md_in_html.TestMdInHTML) ... ok
816 test_md1_hr_self_close (test_syntax.extensions.test_md_in_html.TestMdInHTML) ... ok
817 test_md1_hr_start_and_end (test_syntax.extensions.test_md_in_html.TestMdInHTML) ... ok
818 test_md1_hr_with_content (test_syntax.extensions.test_md_in_html.TestMdInHTML) ... ok
819 test_md1_in_tail (test_syntax.extensions.test_md_in_html.TestMdInHTML) ... ok
820 test_md1_intail_md1 (test_syntax.extensions.test_md_in_html.TestMdInHTML) ... ok
821 test_md1_mix (test_syntax.extensions.test_md_in_html.TestMdInHTML) ... ok
822 test_md1_nested_abbr_ref (test_syntax.extensions.test_md_in_html.TestMdInHTML) ... ok
823 test_md1_nested_comment (test_syntax.extensions.test_md_in_html.TestMdInHTML) ... ok
824 test_md1_nested_empty (test_syntax.extensions.test_md_in_html.TestMdInHTML) ... ok
825 test_md1_nested_empty_block (test_syntax.extensions.test_md_in_html.TestMdInHTML) ... ok
826 test_md1_nested_footnote_ref (test_syntax.extensions.test_md_in_html.TestMdInHTML) ... ok
827 test_md1_nested_in_nomd (test_syntax.extensions.test_md_in_html.TestMdInHTML) ... ok
828 test_md1_nested_link_ref (test_syntax.extensions.test_md_in_html.TestMdInHTML) ... ok
829 test_md1_nested_unclosed_p (test_syntax.extensions.test_md_in_html.TestMdInHTML) ... ok
830 test_md1_no_blank_line_before (test_syntax.extensions.test_md_in_html.TestMdInHTML) ... ok
831 test_md1_no_line_break (test_syntax.extensions.test_md_in_html.TestMdInHTML) ... ok
832 test_md1_no_quotes (test_syntax.extensions.test_md_in_html.TestMdInHTML) ... ok
833 test_md1_orphan_endtag (test_syntax.extensions.test_md_in_html.TestMdInHTML) ... ok
834 test_md1_p_blank_lines (test_syntax.extensions.test_md_in_html.TestMdInHTML) ... ok
835 test_md1_p_linebreaks (test_syntax.extensions.test_md_in_html.TestMdInHTML) ... ok
836 test_md1_paragraph (test_syntax.extensions.test_md_in_html.TestMdInHTML) ... ok
837 test_md1_preserve_attrs (test_syntax.extensions.test_md_in_html.TestMdInHTML) ... ok
838 test_md1_single_quotes (test_syntax.extensions.test_md_in_html.TestMdInHTML) ... ok
839 test_md1_unclosed_div (test_syntax.extensions.test_md_in_html.TestMdInHTML) ... ok
840 test_md1_unclosed_p (test_syntax.extensions.test_md_in_html.TestMdInHTML) ... ok
841 test_md_block_after_span_nested_in_block (test_syntax.extensions.test_md_in_html.TestMdInHTML) ... ok
842 test_md_block_div (test_syntax.extensions.test_md_in_html.TestMdInHTML) ... ok
843 test_md_block_nested_in_span (test_syntax.extensions.test_md_in_html.TestMdInHTML) ... ok
844 test_md_block_paragraph (test_syntax.extensions.test_md_in_html.TestMdInHTML) ... ok
845 test_md_no_value (test_syntax.extensions.test_md_in_html.TestMdInHTML) ... ok
846 test_md_span_div (test_syntax.extensions.test_md_in_html.TestMdInHTML) ... ok
847 test_md_span_nested_in_block (test_syntax.extensions.test_md_in_html.TestMdInHTML) ... ok
848 test_md_span_paragraph (test_syntax.extensions.test_md_in_html.TestMdInHTML) ... ok
849 test_no_md1_hr_with_content (test_syntax.extensions.test_md_in_html.TestMdInHTML) ... ok
850 test_no_md1_nest (test_syntax.extensions.test_md_in_html.TestMdInHTML) ... ok
851 test_no_md1_paragraph (test_syntax.extensions.test_md_in_html.TestMdInHTML) ... ok
852 test_nomd_nested_in_md1 (test_syntax.extensions.test_md_in_html.TestMdInHTML) ... ok
853 test_orphan_end_tag_in_raw_html (test_syntax.extensions.test_md_in_html.TestMdInHTML) ... ok
854 test_stash_to_string (test_syntax.extensions.test_md_in_html.TestMarkdownInHTMLPostProcessor) ... ok
855 test_basic (test_syntax.extensions.test_smarty.TestSmarty) ... ok
856 test_code_blocks (test_syntax.extensions.test_smarty.TestSmarty) ... ok
857 test_code_spans (test_syntax.extensions.test_smarty.TestSmarty) ... ok
858 test_escaped (test_syntax.extensions.test_smarty.TestSmarty) ... ok
859 test_escaped_attr (test_syntax.extensions.test_smarty.TestSmarty) ... ok
860 test_horizontal_rule (test_syntax.extensions.test_smarty.TestSmarty) ... ok
861 test_wrapping_line (test_syntax.extensions.test_smarty.TestSmarty) ... ok
862 test_years (test_syntax.extensions.test_smarty.TestSmarty) ... ok
863 test_smarty_and_toc (test_syntax.extensions.test_smarty.TestSmartyAndToc) ... ok
864 test_angled_quotes (test_syntax.extensions.test_smarty.TestSmartyAngledQuotes) ... ok
865 test_custom_substitutions (test_syntax.extensions.test_smarty.TestSmartyCustomSubstitutions) ... ok
866 test_align_columns (test_syntax.extensions.test_tables.TestTableBlocks) ... ok
867 test_align_columns_legacy (test_syntax.extensions.test_tables.TestTableBlocks) ... ok
868 test_align_three (test_syntax.extensions.test_tables.TestTableBlocks) ... ok
869 test_align_three_legacy (test_syntax.extensions.test_tables.TestTableBlocks) ... ok
870 test_both_sides (test_syntax.extensions.test_tables.TestTableBlocks) ... ok
871 test_code_block_table (test_syntax.extensions.test_tables.TestTableBlocks) ... ok
872 test_empty_cells (test_syntax.extensions.test_tables.TestTableBlocks)
873 Empty cells (`nbsp`). ... ok
874 test_inline_code_blocks (test_syntax.extensions.test_tables.TestTableBlocks) ... ok
875 test_issue_440 (test_syntax.extensions.test_tables.TestTableBlocks) ... ok
876 test_issue_449 (test_syntax.extensions.test_tables.TestTableBlocks) ... ok
877 test_lists_not_tables (test_syntax.extensions.test_tables.TestTableBlocks) ... ok
878 test_no_sides (test_syntax.extensions.test_tables.TestTableBlocks) ... ok
879 test_single_column_tables (test_syntax.extensions.test_tables.TestTableBlocks) ... ok
880 test_styles_in_tables (test_syntax.extensions.test_tables.TestTableBlocks) ... ok
881 test_three_columns (test_syntax.extensions.test_tables.TestTableBlocks) ... ok
882 test_three_spaces_prefix (test_syntax.extensions.test_tables.TestTableBlocks) ... ok
883 testAlternateTOCMarker (test_syntax.extensions.test_toc.TestTOC) ... ok
884 testAnchorLink (test_syntax.extensions.test_toc.TestTOC) ... ok
885 testAnchorLinkWithCustomClass (test_syntax.extensions.test_toc.TestTOC) ... ok
886 testAnchorLinkWithCustomClasses (test_syntax.extensions.test_toc.TestTOC) ... ok
887 testAnchorLinkWithDoubleInlineCode (test_syntax.extensions.test_toc.TestTOC) ... ok
888 testAnchorLinkWithSingleInlineCode (test_syntax.extensions.test_toc.TestTOC) ... ok
889 testAutoLinkEmail (test_syntax.extensions.test_toc.TestTOC) ... ok
890 testDisabledTOCMarker (test_syntax.extensions.test_toc.TestTOC) ... ok
891 testHeaderInlineMarkup (test_syntax.extensions.test_toc.TestTOC) ... ok
892 testHeadingRemoveFootnoteRef (test_syntax.extensions.test_toc.TestTOC) ... ok
893 testHtmlEntitiesInTOC (test_syntax.extensions.test_toc.TestTOC) ... ok
894 testHtmlSpecialCharsInTOC (test_syntax.extensions.test_toc.TestTOC) ... ok
895 testMaxLevel (test_syntax.extensions.test_toc.TestTOC) ... ok
896 testMaxLevelwithBaseLevel (test_syntax.extensions.test_toc.TestTOC) ... ok
897 testMinMaxLevel (test_syntax.extensions.test_toc.TestTOC) ... ok
898 testMinMaxLevelwithAnchorLink (test_syntax.extensions.test_toc.TestTOC) ... ok
899 testMinMaxLevelwithBaseLevel (test_syntax.extensions.test_toc.TestTOC) ... ok
900 testMinMaxLevelwithPermalink (test_syntax.extensions.test_toc.TestTOC) ... ok
901 testNl2brCompatibility (test_syntax.extensions.test_toc.TestTOC) ... ok
902 testNoTOCMarker (test_syntax.extensions.test_toc.TestTOC) ... ok
903 testPermalink (test_syntax.extensions.test_toc.TestTOC) ... ok
904 testPermalinkWithCustomClass (test_syntax.extensions.test_toc.TestTOC) ... ok
905 testPermalinkWithCustomClasses (test_syntax.extensions.test_toc.TestTOC) ... ok
906 testPermalinkWithCustomTitle (test_syntax.extensions.test_toc.TestTOC) ... ok
907 testPermalinkWithDoubleInlineCode (test_syntax.extensions.test_toc.TestTOC) ... ok
908 testPermalinkWithEmptyText (test_syntax.extensions.test_toc.TestTOC) ... ok
909 testPermalinkWithEmptyTitle (test_syntax.extensions.test_toc.TestTOC) ... ok
910 testPermalinkWithExtendedLatinInID (test_syntax.extensions.test_toc.TestTOC) ... ok
911 testPermalinkWithSingleInlineCode (test_syntax.extensions.test_toc.TestTOC) ... ok
912 testPermalinkWithUnicodeInID (test_syntax.extensions.test_toc.TestTOC) ... ok
913 testPermalinkWithUnicodeTitle (test_syntax.extensions.test_toc.TestTOC) ... ok
914 testRawHtmlInTOC (test_syntax.extensions.test_toc.TestTOC) ... ok
915 testTOCBaseLevel (test_syntax.extensions.test_toc.TestTOC) ... ok
916 testTOCInlineMarkupPermalink (test_syntax.extensions.test_toc.TestTOC) ... ok
917 testTOCInlineMarkupPermalinkLeading (test_syntax.extensions.test_toc.TestTOC) ... ok
918 testTOCMarker (test_syntax.extensions.test_toc.TestTOC) ... ok
919 testTOCPermalink (test_syntax.extensions.test_toc.TestTOC) ... ok
920 testTOCPermalinkLeading (test_syntax.extensions.test_toc.TestTOC) ... ok
921 testTOCReset (test_syntax.extensions.test_toc.TestTOC) ... ok
922 testTOCTitle (test_syntax.extensions.test_toc.TestTOC) ... ok
923 testTOCUniqueFunc (test_syntax.extensions.test_toc.TestTOC) ... ok
924 testTOCWithCustomClass (test_syntax.extensions.test_toc.TestTOC) ... ok
925 testTOCWithCustomClasses (test_syntax.extensions.test_toc.TestTOC) ... ok
926 testTOCWithCustomTitleClass (test_syntax.extensions.test_toc.TestTOC) ... ok
927 testTOCWithEmptyTitleClass (test_syntax.extensions.test_toc.TestTOC) ... ok
928 testTocInHeaders (test_syntax.extensions.test_toc.TestTOC) ... ok
929 testTocWithAttrList (test_syntax.extensions.test_toc.TestTOC) ... ok
930 testUniqueIds (test_syntax.extensions.test_toc.TestTOC) ... ok
931 test_escaped_char_in_id (test_syntax.extensions.test_toc.TestTOC) ... ok
932 test_escaped_code (test_syntax.extensions.test_toc.TestTOC) ... ok
933 testDontStripCloseBracket (test_syntax.extensions.test_toc.testStripTags) ... ok
934 testDontStripHTMLEntities (test_syntax.extensions.test_toc.testStripTags) ... ok
935 testDontStripOpenBracket (test_syntax.extensions.test_toc.testStripTags) ... ok
936 testStripCollapseWhitespace (test_syntax.extensions.test_toc.testStripTags) ... ok
937 testStripComment (test_syntax.extensions.test_toc.testStripTags) ... ok
938 testStripCommentInElement (test_syntax.extensions.test_toc.testStripTags) ... ok
939 testStripCommentWithInnerTags (test_syntax.extensions.test_toc.testStripTags) ... ok
940 testStripElement (test_syntax.extensions.test_toc.testStripTags) ... ok
941 testStripElementWithNewlines (test_syntax.extensions.test_toc.testStripTags) ... ok
942 testStripEmptyElement (test_syntax.extensions.test_toc.testStripTags) ... ok
943 testStripOpenElement (test_syntax.extensions.test_toc.testStripTags) ... ok
944 test_email_address (test_syntax.inline.test_autolinks.TestAutomaticLinks) ... ok
945 test_email_address_with_ampersand (test_syntax.inline.test_autolinks.TestAutomaticLinks) ... ok
946 test_invalid_email_address_domain (test_syntax.inline.test_autolinks.TestAutomaticLinks) ... ok
947 test_invalid_email_address_local_part (test_syntax.inline.test_autolinks.TestAutomaticLinks) ... ok
948 test_mailto_email_address (test_syntax.inline.test_autolinks.TestAutomaticLinks) ... ok
949 test_complex_emphasis_asterisk (test_syntax.inline.test_emphasis.TestNotEmphasis) ... ok
950 test_complex_emphasis_asterisk_mid_word (test_syntax.inline.test_emphasis.TestNotEmphasis) ... ok
951 test_complex_emphasis_smart_underscore (test_syntax.inline.test_emphasis.TestNotEmphasis) ... ok
952 test_complex_emphasis_smart_underscore_mid_word (test_syntax.inline.test_emphasis.TestNotEmphasis) ... ok
953 test_complex_multple_emphasis_type (test_syntax.inline.test_emphasis.TestNotEmphasis) ... ok
954 test_complex_multple_emphasis_type_variant2 (test_syntax.inline.test_emphasis.TestNotEmphasis) ... ok
955 test_nested_emphasis (test_syntax.inline.test_emphasis.TestNotEmphasis) ... ok
956 test_standalone_asterisk (test_syntax.inline.test_emphasis.TestNotEmphasis) ... ok
957 test_standalone_asterisk_at_end (test_syntax.inline.test_emphasis.TestNotEmphasis) ... ok
958 test_standalone_asterisk_in_text (test_syntax.inline.test_emphasis.TestNotEmphasis) ... ok
959 test_standalone_asterisks_consecutive (test_syntax.inline.test_emphasis.TestNotEmphasis) ... ok
960 test_standalone_asterisks_in_text (test_syntax.inline.test_emphasis.TestNotEmphasis) ... ok
961 test_standalone_asterisks_pairs (test_syntax.inline.test_emphasis.TestNotEmphasis) ... ok
962 test_standalone_asterisks_triples (test_syntax.inline.test_emphasis.TestNotEmphasis) ... ok
963 test_standalone_asterisks_with_newlines (test_syntax.inline.test_emphasis.TestNotEmphasis) ... ok
964 test_standalone_underscore_at_begin (test_syntax.inline.test_emphasis.TestNotEmphasis) ... ok
965 test_standalone_understore (test_syntax.inline.test_emphasis.TestNotEmphasis) ... ok
966 test_standalone_understore_consecutive (test_syntax.inline.test_emphasis.TestNotEmphasis) ... ok
967 test_standalone_understore_in_text (test_syntax.inline.test_emphasis.TestNotEmphasis) ... ok
968 test_standalone_understore_pairs (test_syntax.inline.test_emphasis.TestNotEmphasis) ... ok
969 test_standalone_understore_triples (test_syntax.inline.test_emphasis.TestNotEmphasis) ... ok
970 test_standalone_understores_at_begin_end (test_syntax.inline.test_emphasis.TestNotEmphasis) ... ok
971 test_standalone_understores_in_text (test_syntax.inline.test_emphasis.TestNotEmphasis) ... ok
972 test_standalone_understores_with_newlines (test_syntax.inline.test_emphasis.TestNotEmphasis) ... ok
973 test_decimal_entities (test_syntax.inline.test_entities.TestEntities) ... ok
974 test_false_entities (test_syntax.inline.test_entities.TestEntities) ... ok
975 test_hexadecimal_entities (test_syntax.inline.test_entities.TestEntities) ... ok
976 test_named_entities (test_syntax.inline.test_entities.TestEntities) ... ok
977 test_angle_with_mixed_title_quotes (test_syntax.inline.test_images.TestAdvancedImages) ... ok
978 test_misc (test_syntax.inline.test_images.TestAdvancedImages) ... ok
979 test_misc_blank (test_syntax.inline.test_images.TestAdvancedImages) ... ok
980 test_misc_img (test_syntax.inline.test_images.TestAdvancedImages) ... ok
981 test_misc_img_title (test_syntax.inline.test_images.TestAdvancedImages) ... ok
982 test_misc_ref (test_syntax.inline.test_images.TestAdvancedImages) ... ok
983 test_mixed_title_quotes1 (test_syntax.inline.test_images.TestAdvancedImages) ... ok
984 test_mixed_title_quotes2 (test_syntax.inline.test_images.TestAdvancedImages) ... ok
985 test_mixed_title_quotes3 (test_syntax.inline.test_images.TestAdvancedImages) ... ok
986 test_mixed_title_quotes4 (test_syntax.inline.test_images.TestAdvancedImages) ... ok
987 test_mixed_title_quotes5 (test_syntax.inline.test_images.TestAdvancedImages) ... ok
988 test_mixed_title_quotes6 (test_syntax.inline.test_images.TestAdvancedImages) ... ok
989 test_nested_round_brackets (test_syntax.inline.test_images.TestAdvancedImages) ... ok
990 test_nested_square_brackets (test_syntax.inline.test_images.TestAdvancedImages) ... ok
991 test_short_ref (test_syntax.inline.test_images.TestAdvancedImages) ... ok
992 test_short_ref_in_link (test_syntax.inline.test_images.TestAdvancedImages) ... ok
993 test_single_quote (test_syntax.inline.test_images.TestAdvancedImages) ... ok
994 test_uneven_brackets_with_titles1 (test_syntax.inline.test_images.TestAdvancedImages) ... ok
995 test_uneven_brackets_with_titles2 (test_syntax.inline.test_images.TestAdvancedImages) ... ok
996 test_uneven_brackets_with_titles3 (test_syntax.inline.test_images.TestAdvancedImages) ... ok
997 test_uneven_brackets_with_titles4 (test_syntax.inline.test_images.TestAdvancedImages) ... ok
998 test_uneven_brackets_with_titles5 (test_syntax.inline.test_images.TestAdvancedImages) ... ok
999 test_amp_in_url (test_syntax.inline.test_links.TestInlineLinks)
1000 Test amp in URLs. ... ok
1001 test_angle_with_mixed_title_quotes (test_syntax.inline.test_links.TestInlineLinks) ... ok
1002 test_mixed_title_quotes1 (test_syntax.inline.test_links.TestInlineLinks) ... ok
1003 test_mixed_title_quotes2 (test_syntax.inline.test_links.TestInlineLinks) ... ok
1004 test_mixed_title_quotes3 (test_syntax.inline.test_links.TestInlineLinks) ... ok
1005 test_mixed_title_quotes4 (test_syntax.inline.test_links.TestInlineLinks) ... ok
1006 test_mixed_title_quotes5 (test_syntax.inline.test_links.TestInlineLinks) ... ok
1007 test_mixed_title_quotes6 (test_syntax.inline.test_links.TestInlineLinks) ... ok
1008 test_nested_round_brackets (test_syntax.inline.test_links.TestInlineLinks) ... ok
1009 test_nested_square_brackets (test_syntax.inline.test_links.TestInlineLinks) ... ok
1010 test_single_quote (test_syntax.inline.test_links.TestInlineLinks) ... ok
1011 test_uneven_brackets_with_titles1 (test_syntax.inline.test_links.TestInlineLinks) ... ok
1012 test_uneven_brackets_with_titles2 (test_syntax.inline.test_links.TestInlineLinks) ... ok
1013 test_uneven_brackets_with_titles3 (test_syntax.inline.test_links.TestInlineLinks) ... ok
1014 test_uneven_brackets_with_titles4 (test_syntax.inline.test_links.TestInlineLinks) ... ok
1015 test_uneven_brackets_with_titles5 (test_syntax.inline.test_links.TestInlineLinks) ... ok
1016 test_ref_link (test_syntax.inline.test_links.TestReferenceLinks) ... ok
1017 test_ref_link_angle_brackets (test_syntax.inline.test_links.TestReferenceLinks) ... ok
1018 test_ref_link_angle_brackets_no_space (test_syntax.inline.test_links.TestReferenceLinks) ... ok
1019 test_ref_link_angle_brackets_title (test_syntax.inline.test_links.TestReferenceLinks) ... ok
1020 test_ref_link_angle_brackets_title_no_space (test_syntax.inline.test_links.TestReferenceLinks) ... ok
1021 test_ref_link_multi_line (test_syntax.inline.test_links.TestReferenceLinks) ... ok
1022 test_ref_link_nested_left_bracket (test_syntax.inline.test_links.TestReferenceLinks) ... ok
1023 test_ref_link_nested_right_bracket (test_syntax.inline.test_links.TestReferenceLinks) ... ok
1024 test_ref_link_no_space (test_syntax.inline.test_links.TestReferenceLinks) ... ok
1025 test_ref_link_override (test_syntax.inline.test_links.TestReferenceLinks) ... ok
1026 test_ref_link_single_quoted_title (test_syntax.inline.test_links.TestReferenceLinks) ... ok
1027 test_ref_link_single_quoted_title_nested_quote (test_syntax.inline.test_links.TestReferenceLinks) ... ok
1028 test_ref_link_title (test_syntax.inline.test_links.TestReferenceLinks) ... ok
1029 test_ref_link_title_nested_quote (test_syntax.inline.test_links.TestReferenceLinks) ... ok
1030 test_ref_link_title_no_blank_lines (test_syntax.inline.test_links.TestReferenceLinks) ... ok
1031 test_ref_link_title_no_space (test_syntax.inline.test_links.TestReferenceLinks) ... ok
1032 test_reference_across_blocks (test_syntax.inline.test_links.TestReferenceLinks)
1033 Test references across blocks. ... ok
1034 test_reference_newlines (test_syntax.inline.test_links.TestReferenceLinks)
1035 Test reference id whitespace cleanup. ... ok
1036 test_inline_html_angle_brackets (test_syntax.inline.test_raw_html.TestRawHtml) ... ok
1037 test_inline_html_backslashes (test_syntax.inline.test_raw_html.TestRawHtml) ... ok
1039 ----------------------------------------------------------------------
1043 py$(PYV): commands[1]> python -m coverage xml
1044 Wrote XML report to coverage.xml
1045 py$(PYV): commands[2]> python -m coverage report --show-missing
1046 Name Stmts Miss Cover Missing
1047 -------------------------------------------------------------------
1048 markdown/__init__.py 5 0 100%
1049 markdown/__main__.py 42 0 100%
1050 markdown/__meta__.py 14 0 100%
1051 markdown/blockparser.py 30 0 100%
1052 markdown/blockprocessors.py 303 8 97% 214, 219-220, 229, 247, 281, 629, 635
1053 markdown/core.py 148 0 100%
1054 markdown/extensions/__init__.py 28 1 96% 112
1055 markdown/extensions/abbr.py 100 7 93% 64, 174-175, 178-181
1056 markdown/extensions/admonition.py 86 0 100%
1057 markdown/extensions/attr_list.py 97 0 100%
1058 markdown/extensions/codehilite.py 114 97 15% 48-52, 116-133, 146-188, 212-247, 260-265, 269-288, 296-335, 339-343
1059 markdown/extensions/def_list.py 56 2 96% 105-106
1060 markdown/extensions/extra.py 8 0 100%
1061 markdown/extensions/fenced_code.py 96 10 90% 90, 115, 120-137, 162, 176
1062 markdown/extensions/footnotes.py 226 7 97% 139-140, 160, 167, 290, 398-399
1063 markdown/extensions/legacy_attrs.py 23 0 100%
1064 markdown/extensions/legacy_em.py 12 0 100%
1065 markdown/extensions/md_in_html.py 207 0 100%
1066 markdown/extensions/meta.py 43 0 100%
1067 markdown/extensions/nl2br.py 8 0 100%
1068 markdown/extensions/sane_lists.py 20 0 100%
1069 markdown/extensions/smarty.py 85 0 100%
1070 markdown/extensions/tables.py 144 0 100%
1071 markdown/extensions/toc.py 255 14 95% 72-78, 84-96
1072 markdown/extensions/wikilinks.py 47 0 100%
1073 markdown/htmlparser.py 139 0 100%
1074 markdown/inlinepatterns.py 383 2 99% 175, 852
1075 markdown/postprocessors.py 56 2 96% 140, 143
1076 markdown/preprocessors.py 27 0 100%
1077 markdown/serializers.py 95 0 100%
1078 markdown/test_tools.py 81 10 88% 33-34, 131-143, 159-163, 165
1079 markdown/treeprocessors.py 227 5 98% 52, 112, 240-242
1080 markdown/util.py 140 7 95% 106, 128-133, 256-261
1081 -------------------------------------------------------------------