branch: externals/parser-generator commit 07320b98a29254c903aa3b60f47aa001430c7927 Author: Christian Johansson <christ...@cvj.se> Commit: Christian Johansson <christ...@cvj.se>
Updated test-case k=2 --- test/parser-generator-lr-test.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/parser-generator-lr-test.el b/test/parser-generator-lr-test.el index ee37e3c..ad7b446 100644 --- a/test/parser-generator-lr-test.el +++ b/test/parser-generator-lr-test.el @@ -617,9 +617,9 @@ (1 ((($ $) reduce 2) ((a b) shift))) (2 ((($ $) accept))) (3 (((b $) shift) ((b c) shift) ((b a) shift))) - (4 ((($ $) reduce 6) ((a b) reduce 6) ((a c) shift) ((a a) shift) ((c $) shift) ((c a) shift))) + (4 ((($ $) reduce 6) ((a b) reduce 6) ((a $) shift) ((a c) shift) ((a a) shift) ((c a) shift) ((c $) shift))) (5 ((($ $) reduce 3) ((a b) reduce 3))) - (6 ((($ $) reduce 6) ((a b) reduce 6) ((a c) shift) ((a a) shift) ((c $) shift) ((c a) shift))) + (6 ((($ $) reduce 6) ((a b) reduce 6) ((a $) shift) ((a c) shift) ((a a) shift) ((c a) shift) ((c $) shift))) (7 ((($ $) reduce 5) ((a b) reduce 5))) (8 ((($ $) reduce 4) ((a b) reduce 4))) (9 ((($ $) reduce 1)))