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