Skip to content

Commit

Permalink
'' -> EW
Browse files Browse the repository at this point in the history
  • Loading branch information
make-github-pseudonymous-again committed Dec 24, 2017
1 parent 9ac5c02 commit f9b7258
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/src/ll1.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import test from 'ava' ;

import { _first , first , follow , EOF } from '../../src' ;
import { _first , first , follow , EOF , EW } from '../../src' ;

import { sorted } from '@aureooms/js-itertools' ;

Expand Down Expand Up @@ -65,10 +65,10 @@ test( 'Dragon Book (2006) Example 4.30' , t => {
FIRST(0, ['(' , 'id']);

// 2.
FIRST(1, ['+' , '']);
FIRST(1, ['+' , EW]);

// 3.
FIRST(3, ['*' , '']);
FIRST(3, ['*' , EW]);

// 4.
FOLLOW(0, [')' , EOF]);
Expand Down

0 comments on commit f9b7258

Please sign in to comment.