Skip to content

Commit e16cac0

Browse files
Refactor comment
1 parent 60fd31c commit e16cac0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

core/common/test/format/ParserStructureConcatenationTest.kt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,16 @@ import kotlin.test.assertTrue
1717
class ParserStructureConcatenationTest {
1818

1919
/*
20+
* Reproducer from https://github.com/Kotlin/kotlinx-datetime/pull/585
21+
*
2022
* --<N1>-- --<N1-N2>--<U>--
2123
* / /
2224
* --<N1>-- concat_with --<U>-- ==> --
2325
*
2426
* <N1>, <N2> - NumberSpanParserOperations
2527
* <U> - UnconditionalModification
2628
*/
27-
// Reproducer from https://github.com/Kotlin/kotlinx-datetime/pull/585
29+
//
2830
@Test
2931
fun concatDistributesNumberSpanParserOperation() {
3032
val actual = listOf(

0 commit comments

Comments
 (0)