summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorfraoustin <fraoustin@gmail.com>2018-01-03 11:27:55 +0100
committerfraoustin <fraoustin@gmail.com>2018-01-03 11:27:55 +0100
commite38ee8bbb68237f1080d62783e632d2a1bca49ee (patch)
tree53fc639fb3412d82d6e099b2800e59c0bec6cd7b /tests
parentfbe0890b1b7ae947113658d15b82fba2a4e631d1 (diff)
correction test
Diffstat (limited to 'tests')
-rw-r--r--tests/features/fixture_data/help.txt49
-rw-r--r--tests/features/fixture_data/help_commands.txt2
2 files changed, 27 insertions, 24 deletions
diff --git a/tests/features/fixture_data/help.txt b/tests/features/fixture_data/help.txt
index deb499a4..cec7a2af 100644
--- a/tests/features/fixture_data/help.txt
+++ b/tests/features/fixture_data/help.txt
@@ -1,24 +1,25 @@
-+--------------------------+-----------------------------------------------+
-| Command | Description |
-|--------------------------+-----------------------------------------------|
-| \# | Refresh auto-completions. |
-| \? | Show Help. |
-| \c[onnect] database_name | Change to a new database. |
-| \d [pattern] | List or describe tables, views and sequences. |
-| \dT[S+] [pattern] | List data types |
-| \df[+] [pattern] | List functions. |
-| \di[+] [pattern] | List indexes. |
-| \dn[+] [pattern] | List schemas. |
-| \ds[+] [pattern] | List sequences. |
-| \dt[+] [pattern] | List tables. |
-| \du[+] [pattern] | List roles. |
-| \dv[+] [pattern] | List views. |
-| \e [file] | Edit the query with external editor. |
-| \l | List databases. |
-| \n[+] [name] | List or execute named queries. |
-| \nd [name [query]] | Delete a named query. |
-| \ns name query | Save a named query. |
-| \refresh | Refresh auto-completions. |
-| \timing | Toggle timing of commands. |
-| \x | Toggle expanded output. |
-+--------------------------+-----------------------------------------------+
++--------------------------+------------------------------------------------+
+| Command | Description |
+|--------------------------+------------------------------------------------|
+| \# | Refresh auto-completions. |
+| \? | Show Help. |
+| \c[onnect] database_name | Change to a new database. |
+| \d [pattern] | List or describe tables, views and sequences. |
+| \dT[S+] [pattern] | List data types |
+| \df[+] [pattern] | List functions. |
+| \di[+] [pattern] | List indexes. |
+| \dn[+] [pattern] | List schemas. |
+| \ds[+] [pattern] | List sequences. |
+| \dt[+] [pattern] | List tables. |
+| \du[+] [pattern] | List roles. |
+| \dv[+] [pattern] | List views. |
+| \e [file] | Edit the query with external editor. |
+| \l | List databases. |
+| \n[+] [name] | List or execute named queries. |
+| \nd [name [query]] | Delete a named query. |
+| \ns name query | Save a named query. |
+| \refresh | Refresh auto-completions. |
+| \t [format] | Change the table format used to output results |
+| \timing | Toggle timing of commands. |
+| \x | Toggle expanded output. |
++--------------------------+------------------------------------------------+
diff --git a/tests/features/fixture_data/help_commands.txt b/tests/features/fixture_data/help_commands.txt
index cff76ee7..e2217505 100644
--- a/tests/features/fixture_data/help_commands.txt
+++ b/tests/features/fixture_data/help_commands.txt
@@ -56,6 +56,8 @@ A limited version of traditional \pset
Refresh auto-completions.
\sf[+] FUNCNAME
Show a function's definition.
+\t [format]
+Change the table format used to output results
\timing
Toggle timing of commands.
\x