From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp54.i.mail.ru (smtp54.i.mail.ru [217.69.128.34]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id 3815A469710 for ; Wed, 10 Jun 2020 12:44:09 +0300 (MSK) From: Olga Arkhangelskaia Date: Wed, 10 Jun 2020 12:43:52 +0300 Message-Id: <20200610094354.31831-1-arkholga@tarantool.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [Tarantool-patches] [PATCH v2 0/2] console: support of backslash List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: tarantool-patches@dev.tarantool.org Cc: alexander.turenko@tarantool.org @ChangeLog While using local console one can use '\' to carry the line without setting the delimiter. Works only with local console. Changes v2: Added test case Olga (1): test: add libisatty to test local console Olga Arkhangelskaia (1): console: add line carrying backslash src/box/lua/console.lua | 18 ++++++++----- test/CMakeLists.txt | 8 ++++++ test/app-tap/gh-4317.test.lua | 51 +++++++++++++++++++++++++++++++++++ test/isatty.c | 5 ++++ 4 files changed, 76 insertions(+), 6 deletions(-) create mode 100755 test/app-tap/gh-4317.test.lua create mode 100644 test/isatty.c -- 2.20.1 (Apple Git-117)