Integrate mml parsing test for issue #297

This commit is contained in:
Sandro Santilli 2013-09-12 10:40:35 +02:00
parent 5938ebb609
commit ba51c74771
2 changed files with 10 additions and 1 deletions

View File

@ -8,7 +8,8 @@ var helper = require('./support/helper');
describe('Error handling mml+mss', function() { describe('Error handling mml+mss', function() {
helper.files('errorhandling', 'mml', function(file) { 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 completed = false;
var renderResult; var renderResult;
var mml = helper.mml(file); var mml = helper.mml(file);

View File

@ -0,0 +1,8 @@
{
"Stylesheet": [
"issue297.mss"
],
"Layer": [{
"name": "t"
}]
}