13 lines
610 B
Plaintext
Vendored
13 lines
610 B
Plaintext
Vendored
Assertion failed
|
|
assert((text.length == 5 && text.toLowerCase() == text) || text.length == 1)
|
|
| | | | | | | | | |
|
|
| | | | | | | | | false
|
|
| | | | | | | | 5
|
|
| | | | | | | Hello
|
|
| | | | | | Hello
|
|
| | | | | false
|
|
| | | | hello
|
|
| | | Hello
|
|
| | true
|
|
| 5
|
|
Hello |