From 16391ddfa1e069bbfe1b9b2c9ac2d985ce107fcb Mon Sep 17 00:00:00 2001 From: Ilya Ryzhenkov Date: Sat, 12 Jul 2014 04:40:26 +0400 Subject: Add test and fix ${long section} format. --- test/data/comments/sectionWithBracedLabel.kt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 test/data/comments/sectionWithBracedLabel.kt (limited to 'test/data/comments') diff --git a/test/data/comments/sectionWithBracedLabel.kt b/test/data/comments/sectionWithBracedLabel.kt new file mode 100644 index 00000000..306917ec --- /dev/null +++ b/test/data/comments/sectionWithBracedLabel.kt @@ -0,0 +1,5 @@ +/** + * Summary + * ${this.label.is.really.long} section one + */ +val property = "test" \ No newline at end of file -- cgit