Kotlin / kotlin-koans

Kotlin workshop
MIT License
2.6k stars 1.41k forks source link

Catch partial regexes in test cases #67

Closed jxilt closed 8 years ago

jxilt commented 8 years ago

Previous test cases only required regex to match part of the test string, so would accept regexes such as """\d{2} $month \d{3}""" or even """$month""".