Fixes for issues #47 and #55 including new test cases.

This commit is contained in:
knsv
2014-12-13 08:42:40 +01:00
parent 728bd656d7
commit 3f3e23b419
11 changed files with 545 additions and 419 deletions

View File

@@ -24,7 +24,7 @@ str = str + 'bfs:someNode.setLevel';
//console.log(sq.parse(str));
describe('when parsing ',function() {
describe('when parsing a sequence it',function() {
var parseError;
beforeEach(function () {
sq = require('./parser/sequence').parser;