rejeep / ert-runner.el

Opinionated Ert testing workflow
85 stars 19 forks source link

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

Closed phst closed 4 years ago

phst commented 6 years ago

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 commented 4 years ago

Fixed in #51.