rust/tests
est31 c6243c950e Improve comment rewriting with normalize_comments == false
Only change multiline comments of the form

```rust
/*
 * Text
 */
```

while not affecting comments of the form

```rust
/*
Text
*/
```

when normalize_comments is off. In the first case,
we have a known character we can align against, while
we don't have one in the second case.

Before, we have converted the second form into the first,
but this is against the spirit of normalize_comments being
turned off.

Fixes #956
2016-09-17 03:41:11 +02:00
..
config Fix issue 1124 - detect start of output rather than start of input file when writing output source file (#1133) 2016-08-25 08:32:04 +12:00
coverage simplify tests 2016-04-05 02:45:39 +03:00
source Improve comment rewriting with normalize_comments == false 2016-09-17 03:41:11 +02:00
target Improve comment rewriting with normalize_comments == false 2016-09-17 03:41:11 +02:00
writemode simplify tests 2016-04-05 02:45:39 +03:00
system.rs Merge pull request #1123 from juicejitsu/807 2016-08-10 21:52:46 +12:00