]> source.dussan.org Git - jquery.git/commit
Tests: Recognize callbacks with dots in the Node.js mock server
authorMichał Gołębiowski-Owczarek <m.goleb@gmail.com>
Wed, 2 Sep 2020 16:42:52 +0000 (18:42 +0200)
committerMichał Gołębiowski-Owczarek <m.goleb@gmail.com>
Wed, 2 Sep 2020 16:46:56 +0000 (18:46 +0200)
commit4c572a7fee5cb45fd6f328933eee7c95e7de51cd
tree61d2b6e9ce9fcfbb2bdf963cb5383df76ea45728
parent4f016c642cb7521d5df7e35058975353b58095fc
Tests: Recognize callbacks with dots in the Node.js mock server

This aligns the Node.js server with the previous PHP one in sending `mock.php`
as a callback if there's no `callback` parameter in the query string which is
triggered by a recently added test. This prevents the request crashing on that
Node.js server and printing a JS error:
```
TypeError: Cannot read property '1' of null
```

Closes gh-4764
Ref gh-4754

(cherry picked from commit df6858df2ed3fc5c424591a5e09b900eb4ce0417)
test/middleware-mockserver.js