mirror of
https://github.com/vale981/emacs-jupyter
synced 2025-03-05 15:41:37 -05:00
Don't fail a test due to white space on older Emacs
This commit is contained in:
parent
0f90d5c66d
commit
a499c7101e
1 changed files with 1 additions and 1 deletions
|
@ -2583,7 +2583,7 @@ print(\"foo\", flush=True)
|
|||
(goto-char (org-babel-where-is-src-block-result))
|
||||
(let ((result (org-element-context)))
|
||||
(should (eq (org-element-type result) 'fixed-width))
|
||||
(should (equal (org-element-property :value result) "Hello")))))
|
||||
(should (equal (string-trim (org-element-property :value result)) "Hello")))))
|
||||
|
||||
(ert-deftest jupyter-org-font-lock-ansi-escapes ()
|
||||
:tags '(org)
|
||||
|
|
Loading…
Add table
Reference in a new issue