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 9bd9f7e commit 90f375bCopy full SHA for 90f375b
test/cider-eval-test.el
@@ -41,7 +41,8 @@
41
(it "can handle multibyte characters"
42
(let ((cider-sideloader-path (list "/tmp"))
43
(default-directory "/tmp")
44
- (filename (make-temp-file "abc.clj")))
+ (filename (make-temp-file "abc.clj"))
45
+ (coding-system-for-write 'utf-8-unix))
46
(with-temp-file filename
47
(insert "🍻"))
48
(expect (cider-provide-file filename) :to-equal "8J+Nuw=="))))
0 commit comments