From 54dee60b9cde7fc1fd808b19bc922e235fd90c04 Mon Sep 17 00:00:00 2001 From: Ilya Ryzhenkov Date: Fri, 19 Sep 2014 22:25:44 +0300 Subject: Update tests to work with RichString. --- test/data/comments/sectionWithBracedLabel.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/data/comments/sectionWithBracedLabel.kt') diff --git a/test/data/comments/sectionWithBracedLabel.kt b/test/data/comments/sectionWithBracedLabel.kt index 306917ec..aa8dbfe6 100644 --- a/test/data/comments/sectionWithBracedLabel.kt +++ b/test/data/comments/sectionWithBracedLabel.kt @@ -1,5 +1,5 @@ /** * Summary - * ${this.label.is.really.long} section one + * ${this.label.is.really.long}: section one */ val property = "test" \ No newline at end of file -- cgit