From bec51155f28c4393f244e03ad97596027dd24d21 Mon Sep 17 00:00:00 2001 From: "Yichun Zhang (agentzh)" Date: Wed, 30 Sep 2015 10:54:44 +0800 Subject: [PATCH] fixed line numbers in 132-lua-blocks.t. --- t/132-lua-blocks.t | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/t/132-lua-blocks.t b/t/132-lua-blocks.t index c4fcb057..0ba4343d 100644 --- a/t/132-lua-blocks.t +++ b/t/132-lua-blocks.t @@ -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