From 820e73920acd860c00bce2781a3047e391193ed7 Mon Sep 17 00:00:00 2001 From: Kinneyzhang Date: Fri, 22 Aug 2025 00:15:33 +0800 Subject: [PATCH] update test --- tests/ekp-tests.el | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tests/ekp-tests.el b/tests/ekp-tests.el index 96d8d6a..14d8356 100644 --- a/tests/ekp-tests.el +++ b/tests/ekp-tests.el @@ -115,20 +115,20 @@ (ekp-propertize (ekp-propertize (nth 0 lst) '(face (:family "Comic Sans MS"))) - '(face (:height 1.3 :foreground "Cyan")) + '(face (:height 1.3 :foreground "cyan")) 0 2) (ekp-propertize (ekp-propertize (nth 1 lst) '(face (:family "Cascadia Next SC"))) - '(face (:height 1.3 :foreground "Cyan")) + '(face (:height 1.3 :foreground "green")) 0 2) (ekp-propertize (ekp-propertize (nth 2 lst) - '(face (:family "Source Han Sans SC"))) - '(face (:height 1.3 :foreground "Cyan")) + '(face (:family "IBM 3270 Narrow"))) + '(face (:height 1.3 :foreground "orange")) 0 2))) (ekp-clear-caches) (pop-buffer-insert 30 - (ekp-pixel-justify (string-join lst "\n\n") 683)))) + "\n" (ekp-pixel-justify (string-join lst "\n\n") 683)))) ;; (ekp-test-keep-props)