]> git.eshelyaron.com Git - emacs.git/commit
(peg-parse): Fix bug#78884
authorStefan Monnier <monnier@iro.umontreal.ca>
Tue, 24 Jun 2025 22:24:01 +0000 (18:24 -0400)
committerEshel Yaron <me@eshelyaron.com>
Wed, 23 Jul 2025 20:06:47 +0000 (22:06 +0200)
commitb2f57d39e428c89a6d78fbfb807df3ff1d594bac
tree4d61141b453d10d229f476aa6f27b7d8b33fd781
parentcd2b247d117bd3d8884dd128988c32afb3709d82
(peg-parse): Fix bug#78884

* lisp/progmodes/peg.el (peg-parse): Be more careful when
testing if a symbol is the name of an existing rule.  Improve docstring.

test/lisp/progmodes/peg-tests.el (peg-tests--peg-parse): New test.

(cherry picked from commit 68100ca656ad76e937622a1a74b6ca185bc82e07)
lisp/progmodes/peg.el
test/lisp/progmodes/peg-tests.el