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/emptySectionOnOneLine.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/data/comments/emptySectionOnOneLine.kt') diff --git a/test/data/comments/emptySectionOnOneLine.kt b/test/data/comments/emptySectionOnOneLine.kt index 4bb6c6f6..b0d5defd 100644 --- a/test/data/comments/emptySectionOnOneLine.kt +++ b/test/data/comments/emptySectionOnOneLine.kt @@ -1,2 +1,2 @@ -/** Summary $one*/ +/** Summary $one:*/ val property = "test" \ No newline at end of file -- cgit