1
1
mirror of https://github.com/github/semantic.git synced 2024-12-21 05:41:54 +03:00
semantic/test/diffs/multiple-hunks.A.js

14 lines
240 B
JavaScript
Raw Normal View History

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