mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
remove last
test
This commit is contained in:
parent
73134035a9
commit
75510e2ea1
@ -480,6 +480,7 @@ fn test_eq() {
|
|||||||
assert [`a`,`b`].eq([`a`,`b`]) == true
|
assert [`a`,`b`].eq([`a`,`b`]) == true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
fn test_for_last() {
|
fn test_for_last() {
|
||||||
numbers := [1, 2, 3, 4]
|
numbers := [1, 2, 3, 4]
|
||||||
mut s := '['
|
mut s := '['
|
||||||
@ -493,3 +494,4 @@ fn test_for_last() {
|
|||||||
s += ']'
|
s += ']'
|
||||||
assert s == '[1, 2, 3, 4]'
|
assert s == '[1, 2, 3, 4]'
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user