We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d12ad5 commit 99f42a9Copy full SHA for 99f42a9
test/jupyter-test.el
@@ -2605,7 +2605,8 @@ publish_display_data({'text/plain': 'AB\x1b[43mCD\x1b[0mEF'});"
2605
(let ((test-fun
2606
(lambda (face-pos invisible-pos)
2607
(font-lock-ensure)
2608
- (jupyter-test-text-has-property 'invisible t invisible-pos)
+ (message "TEXT %s TEXT" (buffer-substring (point-min) (point-max)))
2609
+ (jupyter-test-text-has-property 'jupyter-invisible t invisible-pos)
2610
(should (listp (get-text-property face-pos 'face)))
2611
(should (get-text-property face-pos 'jupyter-face))
2612
(should (memq (caar (get-text-property face-pos 'face))
0 commit comments