Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

win10 powershell China the result will be unintelligible text #463

Open
xingzheone opened this issue Jul 21, 2019 · 3 comments
Open

win10 powershell China the result will be unintelligible text #463

xingzheone opened this issue Jul 21, 2019 · 3 comments

Comments

@xingzheone
Copy link
Contributor

(ns feng.fengtest
    (:require [midje.sweet :refer :all])
)
(fact "one乱码s?>" :one 
      :feng => :fen
      (+ 3 2) => 321
      )
Loading (feng.fengtest)

FAIL one乱码s?> at (fengtest.clj:5)
Expected:
�[1;33m:fen�[0m
Actual:
�[1;33m:feng�[0m

FAIL one乱码s?> at (fengtest.clj:6)
Expected:
�[36m321�[0m
Actual:
�[36m5�[0m
nil
FAILURE: 2 checks failed.
[Completed at 12:07:04]

Oddly enough, there is only a judgement. Expected and Actual

@xingzheone
Copy link
Contributor Author

in idea cursive , all ok

@xingzheone xingzheone changed the title vs code win10 powershell China the result will be unintelligible text win10 powershell China the result will be unintelligible text Jul 21, 2019
@philomates
Copy link
Collaborator

Hello, have you tried turning of colored results? According to https://github.com/marick/Midje/wiki/Colorizing#setting-color-via-environment-variable windows can have issues displaying results in color

@xingzheone
Copy link
Contributor Author

set MIDJE_COLORIZE three of them
The same is random code. It doesn't work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants