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 933a901 commit d972f6bCopy full SHA for d972f6b
test/jupyter-test.el
@@ -2051,7 +2051,7 @@ Latex(r'$\\alpha$')"
2051
(with-temp-buffer
2052
(set-buffer-multibyte nil)
2053
(insert-file-contents-literally file)
2054
- (base64-encode-region (point-min) (point-max) line-breaks)
+ (base64-encode-region (point-min) (point-max) (not line-breaks))
2055
(goto-char (point-max))
2056
(insert "\n")
2057
(buffer-substring-no-properties (point-min) (point-max)))))
0 commit comments