1
0
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:
Delyan Angelov 2020-11-19 16:25:52 +02:00
parent 92a75c80db
commit 69bb0891c7

View File

@ -1,9 +1,9 @@
fn main() {
arr := [
/* test 0 */
/* test 0 */
1,
/* test 1 */
/* test 1 */
2,
/* test 2 */
/* test 2 */
]
}