difftastic/sample_files/comments_before.rs

15 lines
187 B
Rust

// Unchanged comment.
f1();
// Changing a single word.
f2();
// A completely different sentence.
f3();
if true {
/* A multiline comment
* whose indentation changes.
*/
}