Fix org-table-sort-lines test
commit89ec5e198b07e21740d4e5080b64fd8fa2b35a53
authorSebastian Reuße <seb@wirrsal.net>
Sun, 11 Mar 2018 15:43:49 +0000 (11 16:43 +0100)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Tue, 13 Mar 2018 08:09:41 +0000 (13 09:09 +0100)
treea8a5e4bf3456169e7a9bfc5e89b107f16379f02b
parent0d6ee386a138a17decda203e8d3ce533d46e5796
Fix org-table-sort-lines test

* test-org-table.el (test-org-table/sort-lines): Fix and improve
testcase.

Sorting and reversing «a C b» should result in «C b a», not in «b a
C».  This test did not fail previously only because
org-table-sort-lines had an issue whereby sorts were always
case-sensitive.
testing/lisp/test-org-table.el