Skip to content

Commit

Permalink
fix cr
Browse files Browse the repository at this point in the history
  • Loading branch information
da-liii committed Dec 9, 2023
1 parent e886eab commit 5057953
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion TeXmacs/tests/43_2.scm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

(define (load-latex path)
(with path (string-append "$TEXMACS_PATH/tests/tex/" path)
(string-load path)))
(string-replace (string-load path) "\r\n" "\n")))

(define (test-export-as-latex)
(regression-test-group
Expand Down
2 changes: 1 addition & 1 deletion TeXmacs/tests/43_3.scm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

(define (load-latex path)
(with path (string-append "$TEXMACS_PATH/tests/tex/" path)
(string-load path)))
(string-replace (string-load path) "\r\n" "\n")))

(define (test-export-as-latex)
(regression-test-group
Expand Down

0 comments on commit 5057953

Please sign in to comment.