We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 454c223 commit 0335aa7Copy full SHA for 0335aa7
.travis.yml
@@ -38,7 +38,7 @@ env:
38
- JOBS=3
39
- NGX_BUILD_JOBS=$JOBS
40
matrix:
41
- - NGINX_VERSION=1.25.3
+ - NGINX_VERSION=1.29.2
42
43
services:
44
- redis-server
t/sanity.t
@@ -81,7 +81,7 @@ __DATA__
81
--- request
82
GET /foo
83
--- response_body_like eval
84
-qr/-ERR unknown command `bad_cmd`(?:, with args beginning with: )?\r\n/
+qr/-ERR unknown command [`']bad_cmd[`'](?:, with args beginning with: )?/
85
86
87
0 commit comments