Integrate mml parsing test for issue #297
This commit is contained in:
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);
|
||||
|
8
test/errorhandling/issue297.mml
Normal file
8
test/errorhandling/issue297.mml
Normal file
@ -0,0 +1,8 @@
|
||||
{
|
||||
"Stylesheet": [
|
||||
"issue297.mss"
|
||||
],
|
||||
"Layer": [{
|
||||
"name": "t"
|
||||
}]
|
||||
}
|
Loading…
Reference in New Issue
Block a user