mirror of https://github.com/lukechilds/rollup.git
Rich Harris
8 years ago
committed by
GitHub
4 changed files with 11 additions and 2 deletions
@ -0,0 +1,3 @@ |
|||||
|
module.exports = { |
||||
|
description: 'does not mistakenly recognise sourceMappingURL comment with newline' |
||||
|
}; |
@ -0,0 +1,6 @@ |
|||||
|
var sourceMappingURL; |
||||
|
|
||||
|
//#
|
||||
|
sourceMappingURL='something'; |
||||
|
|
||||
|
assert.equal( sourceMappingURL, 'something' ); |
Loading…
Reference in new issue