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

"Nonexistent files" test fails because of quoting style #44

Closed
phst opened this issue Nov 5, 2017 · 1 comment
Closed

"Nonexistent files" test fails because of quoting style #44

phst opened this issue Nov 5, 2017 · 1 comment

Comments

@phst
Copy link
Collaborator

phst commented Nov 5, 2017

The "nonexistent files" test fails for me because Emacs now uses Unicode quotes by default:

Then I should see error "/missing-test.el` does not exist"
      Test failed: ((should (s-contains\? expected ert-runner-error)) :form (s-contains\? "/missing-test.el` does not exist" "‘/path/to/ert-runner.el/features/project/test/missing-test.el‘ does not exist.
      ") :value nil)

Either you need to bind text-quoting-style or check for either ASCII or Unicode quotes.
(The quote itself is also incorrect; it's an opening quote, not a closing quote.)

@Fuco1
Copy link
Collaborator

Fuco1 commented Mar 21, 2020

Fixed in #51.

@Fuco1 Fuco1 closed this as completed Mar 21, 2020
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