From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [PATCH 3/6] Fix org-table-sort-lines test Date: Tue, 13 Mar 2018 09:13:29 +0100 Message-ID: <87y3iw8kba.fsf@nicolasgoaziou.fr> References: <20180311154352.16920-1-seb@wirrsal.net> <20180311154352.16920-3-seb@wirrsal.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46334) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1evf5R-0005Hr-Ur for emacs-orgmode@gnu.org; Tue, 13 Mar 2018 04:15:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1evf5M-00067F-Vq for emacs-orgmode@gnu.org; Tue, 13 Mar 2018 04:15:09 -0400 Received: from relay7-d.mail.gandi.net ([217.70.183.200]:57137) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1evf5M-00065H-Oq for emacs-orgmode@gnu.org; Tue, 13 Mar 2018 04:15:04 -0400 In-Reply-To: <20180311154352.16920-3-seb@wirrsal.net> ("Sebastian =?utf-8?Q?Reu=C3=9Fe=22's?= message of "Sun, 11 Mar 2018 16:43:49 +0100") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: Sebastian =?utf-8?Q?Reu=C3=9Fe?= Cc: emacs-orgmode@gnu.org Sebastian Reu=C3=9Fe writes: > * test-org-table.el (test-org-table/sort-lines): Fix and improve > testcase. > > Sorting and reversing =C2=ABa C b=C2=BB should result in =C2=ABC b a=C2= =BB, not in =C2=ABb a > C=C2=BB. This test did not fail previously only because > org-table-sort-lines had an issue whereby sorts were always > case-sensitive. Applied. Thank you.