tests: rename `test_markdown.nit` to `test_docdown` to avoid name conflicts with...
authorAlexandre Terrasa <alexandre@moz-code.org>
Wed, 3 Sep 2014 17:33:10 +0000 (13:33 -0400)
committerAlexandre Terrasa <alexandre@moz-code.org>
Tue, 9 Sep 2014 19:39:33 +0000 (15:39 -0400)
`src/markdown` will be replaced by `src/doc_down` in a later PR.

Signed-off-by: Alexandre Terrasa <alexandre@moz-code.org>

src/test_docdown.nit [moved from src/test_markdown.nit with 99% similarity]
tests/sav/test_docdown.res [moved from tests/sav/test_markdown.res with 100% similarity]
tests/sav/test_docdown_args1.res [moved from tests/sav/test_markdown_args1.res with 100% similarity]

similarity index 99%
rename from src/test_markdown.nit
rename to src/test_docdown.nit
index 9d73b67..c546c2e 100644 (file)
@@ -13,7 +13,7 @@
 # limitations under the License.
 
 # Program to test the `markdown` module on real source files.
-module test_markdown
+module test_docdown
 
 import modelize
 import highlight