mirror of
https://github.com/vlang/v.git
synced 2025-09-16 16:02:29 +03:00
fix tests
This commit is contained in:
parent
2ca6859982
commit
d998313bb1
6 changed files with 9 additions and 7 deletions
|
@ -289,4 +289,5 @@ fn test_all_after() {
|
|||
s := 'fn hello'
|
||||
q := s.all_after('fn ')
|
||||
assert q == 'hello'
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue