diff options
author | Dmitry Jemerov <yole@jetbrains.com> | 2015-09-09 15:39:42 +0200 |
---|---|---|
committer | Dmitry Jemerov <yole@jetbrains.com> | 2015-09-09 15:39:42 +0200 |
commit | 41e36c030dd481b43ef9596df030677016eab2db (patch) | |
tree | abc0d9dd753d844e7aac32d3f5edda9c78124d54 /test/src/markdown/Specification.kt | |
parent | ac91c6f29205029b751cec527c5691697093457d (diff) | |
download | dokka-41e36c030dd481b43ef9596df030677016eab2db.tar.gz dokka-41e36c030dd481b43ef9596df030677016eab2db.tar.bz2 dokka-41e36c030dd481b43ef9596df030677016eab2db.zip |
delete some incomplete and irrelevant Markdown parsing test code
Diffstat (limited to 'test/src/markdown/Specification.kt')
-rw-r--r-- | test/src/markdown/Specification.kt | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/test/src/markdown/Specification.kt b/test/src/markdown/Specification.kt deleted file mode 100644 index 429317c2..00000000 --- a/test/src/markdown/Specification.kt +++ /dev/null @@ -1,11 +0,0 @@ -package org.jetbrains.kmark.test - -import org.junit.runner.* -import org.jetbrains.kmark.test.* -import org.jetbrains.dokka.* - -//[RunWith(javaClass<MarkdownTestRunner>())] -class Specification : MarkdownSpecification("test/data/markdown/spec.txt", { -// markdownToHtml(it.replace("→", "\t")) - "" -})
\ No newline at end of file |