rust/tests
Stéphane Campinas f23e6aaaf9
fix the identification of a block comment.
Block comments like below were not properly supported:

    /*
       something here but it doesn't start with a star
     */

because of the line that didn't start with a star.
2018-08-16 19:55:15 +02:00
..
config Switch to comments for rustfmt config 2018-06-19 09:30:50 -04:00
coverage Replace WriteMode with EmitMode and backup bool 2018-05-21 14:14:09 +12:00
source fix the identification of a block comment. 2018-08-16 19:55:15 +02:00
target fix the identification of a block comment. 2018-08-16 19:55:15 +02:00
writemode Replace WriteMode with EmitMode and backup bool 2018-05-21 14:14:09 +12:00