From d1a963c7265a8a8d60a837e3fa68cbcf43c65f55 Mon Sep 17 00:00:00 2001 From: kmetin Date: Mon, 28 Aug 2023 16:33:10 +0300 Subject: [PATCH] fix tests --- base/commands/sql/testdata/sql_help.txt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/base/commands/sql/testdata/sql_help.txt b/base/commands/sql/testdata/sql_help.txt index f692eef3..852b6d10 100644 --- a/base/commands/sql/testdata/sql_help.txt +++ b/base/commands/sql/testdata/sql_help.txt @@ -1,8 +1,8 @@ $Shortcut Commands:$ -\di List Indexes -\di MAPPING List Indexes for a specific mapping -\dm List mappings -\dm MAPPING Display information about a mapping -\dm+ MAPPING Describe a mapping -\exit Exit the shell -\help Display help for CLC commands +$ \di List Indexes$ +$ \di MAPPING List Indexes for a specific mapping$ +$ \dm List mappings$ +$ \dm MAPPING Display information about a mapping$ +$ \dm+ MAPPING Describe a mapping$ +$ \exit Exit the shell$ +$ \help Display help for CLC commands$ \ No newline at end of file