diff options
Diffstat (limited to 'tests/pretty/block-comment-trailing-whitespace2.rs')
-rw-r--r-- | tests/pretty/block-comment-trailing-whitespace2.rs | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/pretty/block-comment-trailing-whitespace2.rs b/tests/pretty/block-comment-trailing-whitespace2.rs new file mode 100644 index 000000000..e53d51e34 --- /dev/null +++ b/tests/pretty/block-comment-trailing-whitespace2.rs @@ -0,0 +1,8 @@ +// compile-flags: --crate-type=lib + +// pp-exact +fn f() {} /* + The next line should not be indented. + + That one. It shouldn't have been indented. + */ |