diff options
| author | rsiddharth <s@ricketyspace.net> | 2017-02-22 03:58:12 +0000 | 
|---|---|---|
| committer | rsiddharth <s@ricketyspace.net> | 2017-02-22 03:58:12 +0000 | 
| commit | 72d9e150b73d43838cba0292de5b4f7c63219fef (patch) | |
| tree | a3c037a28eace10260f4c479666e7d9fd9eb9ccb /TODO | |
| parent | 198fdb6707f4bb8249da4ca1bf6b2bc65a3b1095 (diff) | |
Update TODO
Diffstat (limited to 'TODO')
| -rw-r--r-- | TODO | 24 | 
1 files changed, 3 insertions, 21 deletions
| @@ -24,24 +24,6 @@ TODO    ``mdl_style.InlineLexer`` and ``mdl_style.LSBlockLexer``    respectively. -* Add unit tests for ``mdl_style.LSRenderer`` under -  ``tests.test_mdl_style.TestLSRendererIL`` and -  ``tests.test_mdl_style.TestLSRendererFN`` to verify that the -  renderer does not modify block/inline elements other than links and -  paragraphs. - -  Specifically, unit tests must be added to verify that the following -  block/inline elements are not modified by the -  ``mdl_style.LSRenderer`` renderer: - -  * Inline elements: - -    * Emphasis -    * Code - -  For instance, if the input contains ``## This is an H2``, the -  ``mdl_style.LSRenderer`` renderer must not change it to ``<h2>This -  is an H2</h2``; it must leave as is -- ``## This is an H2``. - -  For info on the markup of the above elements, see -  https://daringfireball.net/projects/markdown/syntax +* Add unit tests for ``tests.test_mdl_style.TestLSRendererFN`` class; +  it must be similar to the ones in +  ``tests.test_mdl_style.TestLSRendererIL``. | 
