branch: externals/parser-generator
commit 8e436dfe22be821b9a8fc92ef93f1139fc00dd8b
Author: Christian Johansson <christ...@cvj.se>
Commit: Christian Johansson <christ...@cvj.se>

    More tweaking
---
 test/parser-test.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/parser-test.el b/test/parser-test.el
index 01b6481..50c1e2b 100644
--- a/test/parser-test.el
+++ b/test/parser-test.el
@@ -229,7 +229,7 @@
 
   ;; Example 5.29 p 387
   (parser--set-grammar '((Sp S) (a b) ((Sp S) (S (S a S b)) (S e)) Sp))
-  (parser--set-look-ahead-number 2)
+  (parser--set-look-ahead-number 1)
   (message "Loaded grammar")
   (should
    (equal

Reply via email to