Fix indentation bug
commit954103dd9b21c6de5d6d9ea638ebb7cd8b5db016
authorNicolas Goaziou <mail@nicolasgoaziou.fr>
Wed, 30 Mar 2016 13:34:24 +0000 (30 15:34 +0200)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Wed, 30 Mar 2016 13:34:24 +0000 (30 15:34 +0200)
tree65fa2ae2af0a6a3b293f290c7f43136e1ec6a895
parenta94147535a0115bbd04e080173d4a391b8ca3681
Fix indentation bug

* lisp/org.el (org--get-expected-indentation): Return correct columns
  when at the end of an empty item.
* testing/lisp/test-org.el (test-org/indent-line): Add test.
lisp/org.el
testing/lisp/test-org.el