Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
nnicandro committed Oct 10, 2024
1 parent 6d12ad5 commit 99f42a9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/jupyter-test.el
Original file line number Diff line number Diff line change
Expand Up @@ -2605,7 +2605,8 @@ publish_display_data({'text/plain': 'AB\x1b[43mCD\x1b[0mEF'});"
(let ((test-fun
(lambda (face-pos invisible-pos)
(font-lock-ensure)
(jupyter-test-text-has-property 'invisible t invisible-pos)
(message "TEXT %s TEXT" (buffer-substring (point-min) (point-max)))
(jupyter-test-text-has-property 'jupyter-invisible t invisible-pos)
(should (listp (get-text-property face-pos 'face)))
(should (get-text-property face-pos 'jupyter-face))
(should (memq (caar (get-text-property face-pos 'face))
Expand Down

0 comments on commit 99f42a9

Please sign in to comment.