diff options
Diffstat (limited to 'src/test/pretty/block-comment-multiple-asterisks.rs')
-rw-r--r-- | src/test/pretty/block-comment-multiple-asterisks.rs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/test/pretty/block-comment-multiple-asterisks.rs b/src/test/pretty/block-comment-multiple-asterisks.rs new file mode 100644 index 000000000..bb090b746 --- /dev/null +++ b/src/test/pretty/block-comment-multiple-asterisks.rs @@ -0,0 +1,6 @@ +// compile-flags: --crate-type=lib + +// pp-exact +/*** +More than two asterisks means that it isn't a doc comment. +*/ |