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