v/vlib/v/fmt/tests/trailing_space_expected.vv

11 lines
242 B
V

// NB: The input file has and *should* have trailing spaces.
// When making changes, please ensure these spaces are not removed.
fn comments_with_trailing_space() {
// two spaces on the right
/*
spaces after here
and everywhere :)
*/
}