tkf / emacs-request

Request.el -- Easy HTTP request for Emacs Lisp
http://tkf.github.com/emacs-request/
GNU General Public License v3.0
629 stars 93 forks source link

fix a paren-matching error in request-testing-sync #182

Closed jktomer closed 4 years ago

jktomer commented 4 years ago

The error case in request-testing-sync was incorrectly parenthesized, which would lead to the URL and error not actually being reported (and gives a byte-compilation warning, which is how I found it).

dickmao commented 4 years ago

Indeed, I added a compile check for tests/*.el. Thanks.