Add two missing blank lines

This commit is contained in:
David Majda 2014-06-07 14:20:53 +02:00
parent 5ce5f7a612
commit 5a2ca2abc7

View file

@ -50,6 +50,7 @@ describe("compiler pass |generateBytecode|", function() {
describe("for named", function() {
var grammar = 'start "start" = "a"';
it("generates correct bytecode", function() {
expect(pass).toChangeAST(grammar, bytecodeDetails([
24, // SILENT_FAILS_ON
@ -132,6 +133,7 @@ describe("compiler pass |generateBytecode|", function() {
describe("with multiple labels", function() {
var grammar = 'start = a:"a" b:"b" c:"c" { code }';
it("generates correct bytecode", function() {
expect(pass).toChangeAST(grammar, bytecodeDetails([
1, // PUSH_CURR_POS