1
1
mirror of https://github.com/github/semantic.git synced 2024-11-28 10:15:55 +03:00
semantic/test/diffs/multiple-hunks.B.js

14 lines
240 B
JavaScript

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");
});