Merging upstream version 3.3.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
80a5571dc6
commit
0a3024bc6c
11 changed files with 193 additions and 52 deletions
|
@ -58,11 +58,11 @@ def step_see_data(context, which):
|
|||
context,
|
||||
dedent(
|
||||
"""\
|
||||
+-----+-----+--------+\r
|
||||
| x | y | z |\r
|
||||
|-----+-----+--------|\r
|
||||
| 1 | 1.0 | 1.0000 |\r
|
||||
+-----+-----+--------+\r
|
||||
+---+-----+--------+\r
|
||||
| x | y | z |\r
|
||||
|---+-----+--------|\r
|
||||
| 1 | 1.0 | 1.0000 |\r
|
||||
+---+-----+--------+\r
|
||||
SELECT 1\r
|
||||
"""
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue