mirror of
https://github.com/vlang/v.git
synced 2025-09-14 06:52:36 +03:00
v2: raw strings
This commit is contained in:
parent
4d3362358f
commit
5d976d841b
4 changed files with 16 additions and 3 deletions
|
@ -267,7 +267,6 @@ fn test_reverse() {
|
|||
for i, _ in d {
|
||||
assert d[i] == b[b.len - i - 1]
|
||||
}
|
||||
|
||||
e := []int
|
||||
f := e.reverse()
|
||||
assert f.len == 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue