Skip to content

Commit

Permalink
Integrate mml parsing test for issue less#297
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandro Santilli committed Sep 12, 2013
1 parent 5938ebb commit ba51c74
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/errorhandling.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ var helper = require('./support/helper');

describe('Error handling mml+mss', function() {
helper.files('errorhandling', 'mml', function(file) {
it('should handle errors in ' + path.basename(file), function(done) {
var basename = path.basename(file);
it('should handle errors in ' + basename, function(done) {
var completed = false;
var renderResult;
var mml = helper.mml(file);
Expand Down
8 changes: 8 additions & 0 deletions test/errorhandling/issue297.mml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"Stylesheet": [
"issue297.mss"
],
"Layer": [{
"name": "t"
}]
}

0 comments on commit ba51c74

Please sign in to comment.