diff options
Diffstat (limited to 'v_windows/v/old/vlib/v/fmt/tests/trailing_space_input.vv')
-rw-r--r-- | v_windows/v/old/vlib/v/fmt/tests/trailing_space_input.vv | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/v_windows/v/old/vlib/v/fmt/tests/trailing_space_input.vv b/v_windows/v/old/vlib/v/fmt/tests/trailing_space_input.vv new file mode 100644 index 0000000..2b5b448 --- /dev/null +++ b/v_windows/v/old/vlib/v/fmt/tests/trailing_space_input.vv @@ -0,0 +1,10 @@ +// 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 :) + */ +}
\ No newline at end of file |