From 39fefdcf4b58dc8a77cb54450a22ba4849ac69f6 Mon Sep 17 00:00:00 2001 From: Dmitry Jemerov Date: Tue, 10 May 2016 18:06:35 +0200 Subject: update to kotlin 1.0.3-dev-700; don't use kotlin-for-upsource artifact, use regular kotlin-compiler and kotlin-ide-common instead --- core/testdata/format/javaCodeInParam.md | 5 ++++- core/testdata/format/javaCodeLiteralTags.md | 11 ++++++++++- core/testdata/format/javaLinkTag.html | 3 ++- core/testdata/format/javaLinkTagWithLabel.html | 3 ++- core/testdata/format/javaSeeTag.html | 3 ++- core/testdata/format/javaSpaceInAuthor.md | 5 ++++- core/testdata/format/javadocHtml.md | 15 ++++++++++++++- core/testdata/format/javadocOrderedList.md | 8 +++++++- 8 files changed, 45 insertions(+), 8 deletions(-) (limited to 'core/testdata') diff --git a/core/testdata/format/javaCodeInParam.md b/core/testdata/format/javaCodeInParam.md index b1d2d871..02d5d974 100644 --- a/core/testdata/format/javaCodeInParam.md +++ b/core/testdata/format/javaCodeInParam.md @@ -17,5 +17,8 @@ ### Constructors -| [<init>](test/-c/-init-) | `C()` | +| [<init>](test/-c/-init-) | `C()` + + + | diff --git a/core/testdata/format/javaCodeLiteralTags.md b/core/testdata/format/javaCodeLiteralTags.md index 83c9cc33..a705a01c 100644 --- a/core/testdata/format/javaCodeLiteralTags.md +++ b/core/testdata/format/javaCodeLiteralTags.md @@ -19,5 +19,14 @@ A<B>C ### Constructors -| [<init>](test/-c/-init-) | `C()` | +| [<init>](test/-c/-init-) | `C()` + +`A<B>C` + + +A<B>C + + + + | diff --git a/core/testdata/format/javaLinkTag.html b/core/testdata/format/javaLinkTag.html index d2b956a1..997e52ab 100644 --- a/core/testdata/format/javaLinkTag.html +++ b/core/testdata/format/javaLinkTag.html @@ -17,7 +17,8 @@ <init> -Foo() +Foo()

Call #bar() to do the job.

+ diff --git a/core/testdata/format/javaLinkTagWithLabel.html b/core/testdata/format/javaLinkTagWithLabel.html index c3685ad1..fdddadf9 100644 --- a/core/testdata/format/javaLinkTagWithLabel.html +++ b/core/testdata/format/javaLinkTagWithLabel.html @@ -17,7 +17,8 @@ <init> -Foo() +Foo()

Call this wonderful method to do the job.

+ diff --git a/core/testdata/format/javaSeeTag.html b/core/testdata/format/javaSeeTag.html index 3269c5a0..e22e8452 100644 --- a/core/testdata/format/javaSeeTag.html +++ b/core/testdata/format/javaSeeTag.html @@ -19,7 +19,8 @@ <init> -Foo() +Foo()

+ diff --git a/core/testdata/format/javaSpaceInAuthor.md b/core/testdata/format/javaSpaceInAuthor.md index e464f0a0..ddaaa35d 100644 --- a/core/testdata/format/javaSpaceInAuthor.md +++ b/core/testdata/format/javaSpaceInAuthor.md @@ -17,5 +17,8 @@ Dmitry Jemerov ### Constructors -| [<init>](test/-c/-init-) | `C()` | +| [<init>](test/-c/-init-) | `C()` + + + | diff --git a/core/testdata/format/javadocHtml.md b/core/testdata/format/javadocHtml.md index 3e92441b..15b86bb4 100644 --- a/core/testdata/format/javadocHtml.md +++ b/core/testdata/format/javadocHtml.md @@ -23,5 +23,18 @@ Block code ### Constructors -| [<init>](test/-c/-init-) | `C()` | +| [<init>](test/-c/-init-) | `C()` +**Bold** **Strong** *Italic* *Emphasized* +Paragraph + + ~~Strikethrough~~ ~~Deleted~~ `Code` +``` +Block code +``` + + * List Item + + + + | diff --git a/core/testdata/format/javadocOrderedList.md b/core/testdata/format/javadocOrderedList.md index 02a3c095..415e3479 100644 --- a/core/testdata/format/javadocOrderedList.md +++ b/core/testdata/format/javadocOrderedList.md @@ -16,5 +16,11 @@ ### Constructors -| [<init>](test/-bar/-init-) | `Bar()` | +| [<init>](test/-bar/-init-) | `Bar()` + 1. Rinse + 1. Repeat + + + + | -- cgit