1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

v2: raw strings

This commit is contained in:
Alexander Medvednikov
2020-03-24 17:07:27 +01:00
parent 4d3362358f
commit 5d976d841b
4 changed files with 16 additions and 3 deletions

View File

@ -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