Skip to content

Commit 99f42a9

Browse files
committed
debug
1 parent 6d12ad5 commit 99f42a9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/jupyter-test.el

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2605,7 +2605,8 @@ publish_display_data({'text/plain': 'AB\x1b[43mCD\x1b[0mEF'});"
26052605
(let ((test-fun
26062606
(lambda (face-pos invisible-pos)
26072607
(font-lock-ensure)
2608-
(jupyter-test-text-has-property 'invisible t invisible-pos)
2608+
(message "TEXT %s TEXT" (buffer-substring (point-min) (point-max)))
2609+
(jupyter-test-text-has-property 'jupyter-invisible t invisible-pos)
26092610
(should (listp (get-text-property face-pos 'face)))
26102611
(should (get-text-property face-pos 'jupyter-face))
26112612
(should (memq (caar (get-text-property face-pos 'face))

0 commit comments

Comments
 (0)