Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
nnicandro committed Oct 10, 2024
1 parent 933a901 commit d972f6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/jupyter-test.el
Original file line number Diff line number Diff line change
Expand Up @@ -2051,7 +2051,7 @@ Latex(r'$\\alpha$')"
(with-temp-buffer
(set-buffer-multibyte nil)
(insert-file-contents-literally file)
(base64-encode-region (point-min) (point-max) line-breaks)
(base64-encode-region (point-min) (point-max) (not line-breaks))
(goto-char (point-max))
(insert "\n")
(buffer-substring-no-properties (point-min) (point-max)))))
Expand Down

0 comments on commit d972f6b

Please sign in to comment.