1
1
mirror of https://github.com/github/semantic.git synced 2024-12-20 21:31:48 +03:00
semantic/test/diffs/multiple-hunks.B.js

14 lines
240 B
JavaScript
Raw Normal View History

define( function() {
console.log("bar");
// A comment
// Another comment
// Another comment
// A comment
// Another comment
// Another comment
// A comment
// Another comment
// Another comment
console.log("foo");
});