vfmt: fix ^A keep.vv test too

pull/6877/head
Delyan Angelov 2020-11-19 16:25:52 +02:00
parent 92a75c80db
commit 69bb0891c7
1 changed files with 3 additions and 3 deletions

View File

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