1
1
mirror of https://github.com/github/semantic.git synced 2024-12-21 13:51:44 +03:00
semantic/test/diffs/multiple-hunks.A.js
2016-03-31 13:20:14 -04:00

7 lines
105 B
JavaScript

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