Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
eadcce82e781d7be850118e82333893ab7cf10a9
/
.
/
plugins
/
power-assert
/
testData
/
codegen
/
boolean
/
BooleanMixWithOrLast.box.txt
blob: 6cf0f2c7824116843e4bb6efca47f042d1aeaa93 [
file
]
---
assert((text.length == 5 && text.lowercase() == text) || text.length == 1)
| | | | | | | | | |
| | | | | | | | | false
| | | | | | | | 5
| | | | | | | Hello
| | | | | | Hello
| | | | | false
| | | | hello
| | | Hello
| | true
| 5
Hello
---