Skip to content

Commit 349bfcf

Browse files
committed
debug
1 parent 6d12ad5 commit 349bfcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/jupyter-test.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2605,7 +2605,7 @@ 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+
(jupyter-test-text-has-property 'jupyter-invisible t invisible-pos)
26092609
(should (listp (get-text-property face-pos 'face)))
26102610
(should (get-text-property face-pos 'jupyter-face))
26112611
(should (memq (caar (get-text-property face-pos 'face))

0 commit comments

Comments
 (0)