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

v.fmt: add an independent Comment.is_inline flag. Use it for fixing [ .. //x ] => [ .. //x, ]

This commit is contained in:
Delyan Angelov
2021-06-18 15:47:26 +03:00
parent 2298063129
commit 9f6ddb4c21
7 changed files with 56 additions and 17 deletions

View File

@@ -443,7 +443,7 @@ const (
},
]
}
// TODO(bradfitz): users have reported seeing this in the,,
// TODO(bradfitz): users have reported seeing this in the
// wild, but do browsers handle it? RFC 6265 just says "don't
// do that" (section 3) and then never mentions header folding
// again.