[Tarantool-patches] [PATCH v2 0/2] console: support of backslash
Olga Arkhangelskaia
arkholga at tarantool.org
Wed Jun 10 12:43:52 MSK 2020
@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)
More information about the Tarantool-patches
mailing list