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 a2cbebd commit db450a9Copy full SHA for db450a9
test/test-helper.el
@@ -549,7 +549,10 @@ results instead of an equality match."
549
(let ((result (buffer-substring-no-properties
550
(jupyter-org-element-begin-after-affiliated element)
551
(org-element-property :end element))))
552
- (if regexp (should (string-match-p test-result result))
+ (if regexp (should (string-match-p
553
+ test-result
554
+ ;; Ignore ANSI escapes for regexp matching.
555
+ (ansi-color-apply result)))
556
(message "\
557
558
Testing src-block:
0 commit comments