fixed line numbers in 132-lua-blocks.t.

This commit is contained in:
Yichun Zhang (agentzh) 2015-09-30 10:54:44 +08:00
Родитель a688d5a068
Коммит bec51155f2
1 изменённых файлов: 3 добавлений и 3 удалений

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

@ -310,7 +310,7 @@ hello, world
[error]
--- must_die
--- error_log eval
qr/\[emerg\] .*? Lua code block missing the closing long bracket in .*?\bnginx\.conf:40/
qr/\[emerg\] .*? Lua code block missing the closing long bracket in .*?\bnginx\.conf:41/
@ -329,7 +329,7 @@ hello, world
[error]
--- must_die
--- error_log eval
qr/\[emerg\] .*? Lua code block missing the closing long bracket in .*?\bnginx\.conf:40/
qr/\[emerg\] .*? Lua code block missing the closing long bracket in .*?\bnginx\.conf:41/
@ -379,5 +379,5 @@ GET /t
--- no_error_log
[error]
--- error_log eval
qr{\[emerg\] .*? unexpected lua closing long-bracket in .*?/nginx\.conf:40}
qr{\[emerg\] .*? unexpected lua closing long-bracket in .*?/nginx\.conf:41}
--- must_die