v2 / vlib / v / fmt / tests / trailing_space_expected.vv
10 lines · 9 sloc · 242 bytes · 1d5ed89138a448c118f78ca4ce8f9836e216e469
Raw
1// NB: The input file has and *should* have trailing spaces.
2// When making changes, please ensure these spaces are not removed.
3
4fn comments_with_trailing_space() {
5 // two spaces on the right
6 /*
7 spaces after here
8 and everywhere :)
9 */
10}
11