branch: externals/hyperbole commit 85b31fed86e895345340075856c40a621034f18f Author: Mats Lidell <mats.lid...@lidells.se> Commit: Mats Lidell <mats.lid...@lidells.se>
Remove inconsistent dash in test data --- test/hyrolo-tests.el | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/test/hyrolo-tests.el b/test/hyrolo-tests.el index 5a8c19749c..4d52b519dc 100644 --- a/test/hyrolo-tests.el +++ b/test/hyrolo-tests.el @@ -3,7 +3,7 @@ ;; Author: Mats Lidell <ma...@gnu.org> ;; ;; Orig-Date: 19-Jun-21 at 22:42:00 -;; Last-Mod: 12-Feb-24 at 22:53:26 by Mats Lidell +;; Last-Mod: 12-Feb-24 at 23:01:15 by Mats Lidell ;; ;; SPDX-License-Identifier: GPL-3.0-or-later ;; @@ -986,7 +986,7 @@ body body * h-org 2 body -** h-org-2.1 +** h-org 2.1 body " "Outline content for org files.") @@ -1202,7 +1202,7 @@ body... ** h-org 1.1... ** h-org 1.2... * h-org 2... -** h-org-2.1... +** h-org 2.1... " ) "$") (hyrolo-tests--outline-as-string))) @@ -1218,7 +1218,7 @@ body... ** h-org 1.1... ** h-org 1.2... * h-org 2... -** h-org-2.1... +** h-org 2.1... " (hyrolo-tests--outline-as-string (point)))) @@ -1232,7 +1232,7 @@ body... ** h-org 1.1... ** h-org 1.2... * h-org 2... -** h-org-2.1... +** h-org 2.1... " (hyrolo-tests--outline-as-string (point))))) (kill-buffer hyrolo-display-buffer) @@ -1294,7 +1294,7 @@ body *** h-org 1.2.1 body * h-org 2... -** h-org-2.1... +** h-org 2.1... " (hyrolo-tests--outline-as-string (point)))) ;; Hide it again @@ -1359,14 +1359,14 @@ body (hy-test-helpers:consume-input-events) (should (string= (concat (hyrolo-tests--hyrolo-section-header org-file1) - "* h-org 1\nbody\n** h-org 1.1\nbody\n** h-org 1.2\nbody\n*** h-org 1.2.1\nbody\n* h-org 2\nbody\n** h-org-2.1...\n") + "* h-org 1\nbody\n** h-org 1.1\nbody\n** h-org 1.2\nbody\n*** h-org 1.2.1\nbody\n* h-org 2\nbody\n** h-org 2.1...\n") (hyrolo-tests--outline-as-string))) (should (hact 'kbd-key "TAB")) (hy-test-helpers:consume-input-events) (should (string= (concat (hyrolo-tests--hyrolo-section-header org-file1) - "* h-org 1\nbody\n** h-org 1.1\nbody\n** h-org 1.2\nbody\n*** h-org 1.2.1\nbody\n* h-org 2\nbody\n** h-org-2.1\nbody\n") + "* h-org 1\nbody\n** h-org 1.1\nbody\n** h-org 1.2\nbody\n*** h-org 1.2.1\nbody\n* h-org 2\nbody\n** h-org 2.1\nbody\n") (hyrolo-tests--outline-as-string)))) (kill-buffer hyrolo-display-buffer) (hy-delete-files-and-buffers hyrolo-file-list)))) @@ -1413,7 +1413,7 @@ body ** h-org 1.2... *** h-org 1.2.1... * h-org 2... -** h-org-2.1... +** h-org 2.1... " "Expected outline for org test data.")