mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
string: fix all cap .title() test
This commit is contained in:
parent
c65dbe51d6
commit
64f218e943
@ -588,7 +588,7 @@ fn test_title() {
|
||||
assert s.title() == 'Hello World'
|
||||
s = 'HELLO WORLD'
|
||||
assert !s.is_title()
|
||||
assert s.title() == 'Hello World'
|
||||
assert s.title() == 'HELLO WORLD'
|
||||
s = 'Hello World'
|
||||
assert s.is_title()
|
||||
assert s.title() == 'Hello World'
|
||||
|
Loading…
x
Reference in New Issue
Block a user