Merge pull request #300 from strk/master-invalid-non-selfclosing-mml

Integrate mml parsing test for issue #297
This commit is contained in:
Tom MacWright 2013-09-17 07:25:40 -07:00
commit 3a6cae7836
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() {
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);

View File

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