Kouhei Sutou 2019-05-21 18:32:25 +0900 (Tue, 21 May 2019) Revision: 6278a309e3277422ae8efa9d6c3178867668deac https://github.com/groonga/groonga/commit/6278a309e3277422ae8efa9d6c3178867668deac Message: test: fix indent Modified files: test/command_line/helper/command_runner.rb Modified: test/command_line/helper/command_runner.rb (+8 -8) =================================================================== --- test/command_line/helper/command_runner.rb 2019-05-21 17:57:31 +0900 (e52ad080f) +++ test/command_line/helper/command_runner.rb 2019-05-21 18:32:25 +0900 (c27cc1d34) @@ -146,14 +146,14 @@ module CommandRunner def normalize_init_line(line) line.chomp.gsub(/\A - (\d{4}-\d{2}-\d{2}\ \d{2}:\d{2}:\d{2}\.\d+)? - \|\ - ([a-zA-Z]) - \|\ - ([^: ]+)? - ([|:]\ )? - (.+) - \z/x) do + (\d{4}-\d{2}-\d{2}\ \d{2}:\d{2}:\d{2}\.\d+)? + \|\ + ([a-zA-Z]) + \|\ + ([^: ]+)? + ([|:]\ )? + (.+) + \z/x) do timestamp = $1 level = $2 id_section = $3 -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20190521/e6fec43c/attachment-0001.html>