blob: 6cf0f2c7824116843e4bb6efca47f042d1aeaa93 [file]
---
assert((text.length == 5 && text.lowercase() == text) || text.length == 1)
| | | | | | | | | |
| | | | | | | | | false
| | | | | | | | 5
| | | | | | | Hello
| | | | | | Hello
| | | | | false
| | | | hello
| | | Hello
| | true
| 5
Hello
---