branch: externals/ftable
commit d2385e3216e536a903833212ac1318d806ecec26
Author: Yuan Fu <caso...@gmail.com>
Commit: Yuan Fu <caso...@gmail.com>

    * ftable.el (ftable-misc-test): Fix test.
---
 ftable.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ftable.el b/ftable.el
index 84e3a3e..7812924 100644
--- a/ftable.el
+++ b/ftable.el
@@ -616,7 +616,7 @@ charset used by the table (if there is a table).
                            '( "│ab│c│" "│de│f│" "│gh│i│"))
                    '(("ab" "c") ("de" "f") ("gh" "i") )))
     (should (equal (ftable--tokenize-line
-                    "|fgh|  | z|" (cdadr ftable-box-charset-alist))
+                    "|fgh|  | z|" (cdar ftable-box-charset-alist))
                    '("fgh" "" "z")))
     ;; ftable--merge-lines
     (should (equal (mapcar #'ftable--merge-lines

Reply via email to