rust/src/test/pretty
bors bf27352953 auto merge of #4911 : lifthrasiir/rust/comment-exemptions, r=catamorphism
This is a natural extension of #4887, and handles the following three cases:

~~~~
a line with only /s
////////////////////////////////////////////

a line with only /s followed by whitespace
////////////////////////////////////////////         

a block comment with only *s between two /s
/********************************/
~~~~
2013-02-14 16:34:38 -08:00
..
alt-naked-expr-long.rs Change pretty-exact to pp-exact 2013-02-08 02:56:49 +09:00
alt-naked-expr-medium.rs Change pretty-exact to pp-exact 2013-02-08 02:56:49 +09:00
alt-naked-expr.rs Change pretty-exact to pp-exact 2013-02-08 02:56:49 +09:00
attr-fn-inner.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
blank-lines.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
block-arg-disambig.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
block-comment-trailing-whitespace2.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
block-comment-trailing-whitespace.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
block-disambig.rs testsuite: De-record pretty tests 2013-01-28 19:41:56 -08:00
disamb-stmt-expr.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
do1.rs Change pretty-exact to pp-exact 2013-02-08 02:56:49 +09:00
doc-comments.rs libsyntax: don't parse ////, /***/ as doc comments 2013-02-13 11:39:13 +09:00
empty-lines.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
example1.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
example2.pp tests: relicense .pp files. Oddly not caught during local testing. 2012-12-10 18:15:39 -08:00
example2.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
fn-types.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
issue-929.rs Remove die!, raplace invocations with fail! Issue #4524 pt 3 2013-02-13 17:01:32 -08:00
record-trailing-comma.rs testsuite: De-record pretty tests 2013-01-28 19:41:56 -08:00
tag-blank-lines.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
unary-op-disambig.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
vec-comments.pp tests: relicense .pp files. Oddly not caught during local testing. 2012-12-10 18:15:39 -08:00
vec-comments.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
vec-type.pp tests: relicense .pp files. Oddly not caught during local testing. 2012-12-10 18:15:39 -08:00
vec-type.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00