Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
6433769d087256fc62b9017d0d6dd7eb86891d65
/
.
/
plugins
/
power-assert
/
testData
/
codegen
/
infix
/
RegexInfix.kt
blob: d3df179309773c38f3f42a6950676986163fba06 [
file
]
fun box
()
=
expectThrowableMessage
{
assert
(
"Hello, World"
matches
"[A-Za-z]+"
.
toRegex
())
}