Integrate mml parsing test for issue #297

cdb-prod
Sandro Santilli 11 years ago
parent 5938ebb609
commit ba51c74771

@ -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);

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