Skip to content

Commit e8a7e1c

Browse files
committed
Merge branch 'piter77-patch-1' into koans-full-update
2 parents b7607a5 + 4e275da commit e8a7e1c

File tree

1 file changed

+3
-3
lines changed
  • Introduction/Triple-quoted strings/test

1 file changed

+3
-3
lines changed

Introduction/Triple-quoted strings/test/Tests.kt

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ class Test {
77
Assert.assertEquals(
88
"The margin prefix shouldn't be present " +
99
"in the resulting string",
10-
tripleQuotedString,
1110
"""question = "life, the universe, and everything"
12-
answer = 42""")
11+
answer = 42""",
12+
tripleQuotedString)
1313
}
14-
}
14+
}

0 commit comments

Comments
 (0)