org-element: Fix infloop
commit84818415e85eafca93150f6dcbede49609c78b26
authorNicolas Goaziou <n.goaziou@gmail.com>
Sun, 10 Nov 2013 09:18:17 +0000 (10 10:18 +0100)
committerNicolas Goaziou <n.goaziou@gmail.com>
Sun, 10 Nov 2013 09:23:18 +0000 (10 10:23 +0100)
tree4ddee453a205ece732cf0b6e136ff6f9bb8963ba
parent132994911ba1728a45b2d73ba3dc8877c016625e
org-element: Fix infloop

* lisp/org-element.el (org-element-comment-parser): Fix infloop when
  a non-empty blank line follows a comment at the end of the buffer.
* testing/lisp/test-org-element.el: Add test.
lisp/org-element.el
testing/lisp/test-org-element.el