mirror of
https://github.com/shouptech/synthale.git
synced 2026-02-03 07:29:42 +00:00
Fix W605 invalid escape sequence.
This commit is contained in:
parent
e14ac0249c
commit
fc535c5b40
1 changed files with 2 additions and 2 deletions
|
|
@ -42,10 +42,10 @@ def test_strong():
|
|||
('testing',),
|
||||
('testin|g',),
|
||||
),
|
||||
('| pipe\|test |\n'
|
||||
('| pipe\\|test |\n'
|
||||
'| ---------- |\n'
|
||||
'| testing |\n'
|
||||
'| testin\|g |')
|
||||
'| testin\\|g |')
|
||||
)
|
||||
))
|
||||
def test_table(headers, rows, expected):
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue