blob: d3df179309773c38f3f42a6950676986163fba06 [file]
fun box() = expectThrowableMessage {
assert("Hello, World" matches "[A-Za-z]+".toRegex())
}