aboutsummaryrefslogtreecommitdiff
path: root/test/src/format
diff options
context:
space:
mode:
authorDmitry Jemerov <yole@jetbrains.com>2014-12-30 16:34:08 +0100
committerDmitry Jemerov <yole@jetbrains.com>2014-12-30 16:37:19 +0100
commitef51f7e2466e28db0943d528b6b489aefd098c0d (patch)
treefed7da99ea57a6cd5443d2fb40ae90c38431d800 /test/src/format
parent5f47bc17630ef1457b36054dc8b19011d9d14132 (diff)
downloaddokka-ef51f7e2466e28db0943d528b6b489aefd098c0d.tar.gz
dokka-ef51f7e2466e28db0943d528b6b489aefd098c0d.tar.bz2
dokka-ef51f7e2466e28db0943d528b6b489aefd098c0d.zip
annotations work in progress
Diffstat (limited to 'test/src/format')
-rw-r--r--test/src/format/MarkdownFormatTest.kt6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/src/format/MarkdownFormatTest.kt b/test/src/format/MarkdownFormatTest.kt
index 5cdfb8b5..e9852964 100644
--- a/test/src/format/MarkdownFormatTest.kt
+++ b/test/src/format/MarkdownFormatTest.kt
@@ -19,4 +19,10 @@ public class MarkdownFormatTest {
markdownService.appendNodes(tempLocation, output, model.members.single().members)
}
}
+
+ Test fun annotations() {
+ verifyOutput("test/data/format/annotations.kt") { model, output ->
+ markdownService.appendNodes(tempLocation, output, model.members.single().members)
+ }
+ }
}