fixed some expected error messages in the ngx.re test cases for Lua implementations of the ngx_lua API like lua-resty-core.

This commit is contained in:
agentzh (Yichun Zhang) 2013-05-07 18:54:20 -07:00
Родитель 9b8a7b5e03
Коммит 31a80431cc
2 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -386,8 +386,8 @@ error: pcre_compile() failed: missing ) in "(abc"
}
--- request
GET /re
--- response_body
error: bad argument #3 to '?' (unknown flag "H")
--- response_body_like chop
error: .*?unknown flag "H"

Просмотреть файл

@ -362,8 +362,8 @@ error: pcre_compile() failed: missing ) in "(abc"
}
--- request
GET /re
--- response_body
error: bad argument #3 to '?' (unknown flag "H")
--- response_body_like chop
^error: .*?unknown flag "H"