1
0
Fork 0
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:
Emma 2018-12-27 15:54:30 -07:00
parent e14ac0249c
commit fc535c5b40

View file

@ -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):