mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
vfmt: fix ^A keep.vv test too
This commit is contained in:
@@ -1,9 +1,9 @@
|
|||||||
fn main() {
|
fn main() {
|
||||||
arr := [
|
arr := [
|
||||||
/* test 0 */
|
/* test 0 */
|
||||||
1,
|
1,
|
||||||
/* test 1 */
|
/* test 1 */
|
||||||
2,
|
2,
|
||||||
/* test 2 */
|
/* test 2 */
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user