diff options
author | Dmitry Jemerov <yole@jetbrains.com> | 2015-01-09 18:54:06 +0100 |
---|---|---|
committer | Dmitry Jemerov <yole@jetbrains.com> | 2015-01-09 18:54:06 +0100 |
commit | 7fbff24a81a7bcc453e1c4e30acdcf7b38c68265 (patch) | |
tree | 4cea4817061c5492f2fd3552649a1768f186255f /test/data/format | |
parent | a03a2cc3df9afe714e2a490d86a9110faaecfa24 (diff) | |
download | dokka-7fbff24a81a7bcc453e1c4e30acdcf7b38c68265.tar.gz dokka-7fbff24a81a7bcc453e1c4e30acdcf7b38c68265.tar.bz2 dokka-7fbff24a81a7bcc453e1c4e30acdcf7b38c68265.zip |
use JUnit for compares; avoid generating trailing whitespace in markdown
Diffstat (limited to 'test/data/format')
-rw-r--r-- | test/data/format/annotationClass.md | 2 | ||||
-rw-r--r-- | test/data/format/annotations.md | 6 | ||||
-rw-r--r-- | test/data/format/classWithClassObject.md | 6 |
3 files changed, 7 insertions, 7 deletions
diff --git a/test/data/format/annotationClass.md b/test/data/format/annotationClass.md index bfaa8581..301eff08 100644 --- a/test/data/format/annotationClass.md +++ b/test/data/format/annotationClass.md @@ -14,5 +14,5 @@ annotation class fancy ### Constructors -| [<init>](out.md) | `public fancy()` | +| [<init>](out.md) | `public fancy()` | diff --git a/test/data/format/annotations.md b/test/data/format/annotations.md index 83f79397..e745213e 100644 --- a/test/data/format/annotations.md +++ b/test/data/format/annotations.md @@ -14,17 +14,17 @@ data class Foo ### Constructors -| [<init>](out.md) | `public Foo()` | +| [<init>](out.md) | `public Foo()` | ### Properties -| [x](out.md) | `inline val x: Int` | +| [x](out.md) | `inline val x: Int` | ### Functions -| [bar](out.md) | `inline fun bar(noinline notInlined: () -> Unit): Unit` | +| [bar](out.md) | `inline fun bar(noinline notInlined: () -> Unit): Unit` | diff --git a/test/data/format/classWithClassObject.md b/test/data/format/classWithClassObject.md index f694a76f..796ecce2 100644 --- a/test/data/format/classWithClassObject.md +++ b/test/data/format/classWithClassObject.md @@ -14,17 +14,17 @@ class Klass ### Constructors -| [<init>](out.md) | `public Klass()` | +| [<init>](out.md) | `public Klass()` | ### Class Object Properties -| [x](out.md) | `val x: Int` | +| [x](out.md) | `val x: Int` | ### Class Object Functions -| [foo](out.md) | `fun foo(): Unit` | +| [foo](out.md) | `fun foo(): Unit` | |