Skip to content

Commit d972f6b

Browse files
committed
debug
1 parent 933a901 commit d972f6b

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
@@ -2051,7 +2051,7 @@ Latex(r'$\\alpha$')"
20512051
(with-temp-buffer
20522052
(set-buffer-multibyte nil)
20532053
(insert-file-contents-literally file)
2054-
(base64-encode-region (point-min) (point-max) line-breaks)
2054+
(base64-encode-region (point-min) (point-max) (not line-breaks))
20552055
(goto-char (point-max))
20562056
(insert "\n")
20572057
(buffer-substring-no-properties (point-min) (point-max)))))

0 commit comments

Comments
 (0)