From 92075236fb1356fe6023edff1e43fe3125b76c18 Mon Sep 17 00:00:00 2001 From: Dmitry Jemerov Date: Tue, 10 Feb 2015 18:11:15 +0100 Subject: fix handling of triple backticks --- test/data/format/tripleBackticks.html | 18 ++++++++++++++++++ test/data/format/tripleBackticks.kt | 7 +++++++ 2 files changed, 25 insertions(+) create mode 100644 test/data/format/tripleBackticks.html create mode 100644 test/data/format/tripleBackticks.kt (limited to 'test/data/format') diff --git a/test/data/format/tripleBackticks.html b/test/data/format/tripleBackticks.html new file mode 100644 index 00000000..ad4251a9 --- /dev/null +++ b/test/data/format/tripleBackticks.html @@ -0,0 +1,18 @@ + + +test / f + + +test /  / f
+
+

f

+
fun f(): Unit

Description

+
+
+

Description

+

+code sample
+

+
+ + diff --git a/test/data/format/tripleBackticks.kt b/test/data/format/tripleBackticks.kt new file mode 100644 index 00000000..54dfa6d5 --- /dev/null +++ b/test/data/format/tripleBackticks.kt @@ -0,0 +1,7 @@ +/** + * Description + * ``` + * code sample + * ``` + */ +fun f() {} -- cgit