Tarantool development patches archive
 help / color / mirror / Atom feed
* [Tarantool-patches] [PATCH v2 0/2] console: support of backslash
@ 2020-06-10  9:43 Olga Arkhangelskaia
  2020-06-10  9:43 ` [Tarantool-patches] [PATCH 1/2] test: add libisatty to test local console Olga Arkhangelskaia
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Olga Arkhangelskaia @ 2020-06-10  9:43 UTC (permalink / raw)
  To: tarantool-patches; +Cc: alexander.turenko

@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)

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2020-07-09  6:01 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-10  9:43 [Tarantool-patches] [PATCH v2 0/2] console: support of backslash Olga Arkhangelskaia
2020-06-10  9:43 ` [Tarantool-patches] [PATCH 1/2] test: add libisatty to test local console Olga Arkhangelskaia
2020-06-11 16:47   ` Igor Munkin
2020-06-10  9:43 ` [Tarantool-patches] [PATCH 2/2] console: add line carrying backslash Olga Arkhangelskaia
2020-06-11 16:48   ` Igor Munkin
2020-06-16 14:39   ` Alexander Turenko
2020-06-11 16:49 ` [Tarantool-patches] [PATCH v2 0/2] console: support of backslash Igor Munkin
2020-07-08 18:42 ` Alexander Turenko
2020-07-09  6:01   ` Olga Arkhangelskaia

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox