We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d87a543 commit 8acb203Copy full SHA for 8acb203
src/test/scala/org/camunda/feel/api/StringRepresentationTypeTest.scala
@@ -127,6 +127,8 @@ class StringRepresentationTypeTest extends AnyFlatSpec with Matchers {
127
128
ValYearMonthDuration(Period.parse("P25M")).toString should be("P2Y1M")
129
ValYearMonthDuration(Period.parse("P35M")).toString should be("P2Y11M")
130
+
131
+ ValYearMonthDuration(Period.parse("P2Y13M")).toString should be("P3Y1M")
132
}
133
134
"A days-time-duration" should "return 'P1DT2H3M4S' " in {
0 commit comments