mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
parent
df88d03298
commit
90d1be9952
4 changed files with 18 additions and 7 deletions
|
|
@ -618,6 +618,7 @@ async def test_derive_named_parameters(sql, expected):
|
|||
("-/db-/table.csv", "-~2Fdb-~2Ftable~2Ecsv"),
|
||||
(r"%~-/", "~25~7E-~2F"),
|
||||
("~25~7E~2D~2F", "~7E25~7E7E~7E2D~7E2F"),
|
||||
("with space", "with+space"),
|
||||
),
|
||||
)
|
||||
def test_tilde_encoding(original, expected):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue