Skip to content

Commit

Permalink
Update expected inline source map
Browse files Browse the repository at this point in the history
  • Loading branch information
necolas committed Aug 28, 2014
1 parent b4729c9 commit 71858b3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/rework.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ describe('rework', function() {
result.should.equal(
'body{color:red;}' + '\n' +
'/*# sourceMappingURL=data:application/json;base64,' +
'eyJ2ZXJzaW9uIjozLCJmaWxlIjpudWxsLCJzb3VyY2VzIjpbInNvdXJjZS5jc3MiX' +
'SwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsS0FBTyIsInNvdXJjZXNDb250ZW' +
'50IjpbImJvZHkgeyBjb2xvcjogcmVkOyB9Il19 */'
'eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInNvdXJjZS5jc3MiXSwibmFtZXMiOltdL' +
'CJtYXBwaW5ncyI6IkFBQUEsS0FBTyIsInNvdXJjZXNDb250ZW50IjpbImJvZHkgey' +
'Bjb2xvcjogcmVkOyB9Il19 */'
);
});
});
Expand Down

0 comments on commit 71858b3

Please sign in to comment.