aboutsummaryrefslogtreecommitdiff
path: root/core/testdata
diff options
context:
space:
mode:
authorSimon Ogorodnik <Simon.Ogorodnik@jetbrains.com>2016-11-01 18:44:23 +0300
committerSimon Ogorodnik <Simon.Ogorodnik@jetbrains.com>2016-11-01 19:11:13 +0300
commitee824b90249fd1d6d868af998c6826df31ab557b (patch)
tree6fdbfd82218fe6eda0389d6b5b9dbfabd2207d78 /core/testdata
parentb10acb958c5f6eae54c7bea6cfa0d263bbcce55d (diff)
downloaddokka-ee824b90249fd1d6d868af998c6826df31ab557b.tar.gz
dokka-ee824b90249fd1d6d868af998c6826df31ab557b.tar.bz2
dokka-ee824b90249fd1d6d868af998c6826df31ab557b.zip
Fix for GH #95 , KT-13300 : dokka eats apostrophes
Diffstat (limited to 'core/testdata')
-rw-r--r--core/testdata/comments/quotes.kt2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/testdata/comments/quotes.kt b/core/testdata/comments/quotes.kt
new file mode 100644
index 00000000..47ae6892
--- /dev/null
+++ b/core/testdata/comments/quotes.kt
@@ -0,0 +1,2 @@
+/** it's "useful" */
+val property = "test" \ No newline at end of file