branch: externals/parser-generator
commit dc78de7d21c48be6c8e628dee11e17ebfc982297
Author: Christian Johansson <[email protected]>
Commit: Christian Johansson <[email protected]>
Fixed page comment reference
---
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 2d82ea1..2c77500 100644
--- a/test/parser-test.el
+++ b/test/parser-test.el
@@ -98,7 +98,7 @@
(parser--first 'S)))
(message "Passed first 1 with complex grammar")
- ;; Example 5.28 p 402
+ ;; Example 5.28 p 382
(parser--set-grammar '((S A B C) ("a" "b" "c") ((S A B) (A (B "a") e) (B (C
"b") C) (C "c" e)) S) 2)
(should
(equal