mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-08-04 08:24:20 +02:00
parent
a8acafbfe0
commit
c5a798c15f
4 changed files with 17 additions and 31 deletions
|
|
@ -1709,9 +1709,9 @@ def test_insert_encoding(tmpdir):
|
|||
[
|
||||
(
|
||||
None,
|
||||
'[{"rowid": 2, "id": 2, "title": "Title the second", "rank": -0.5108256237659907}]\n',
|
||||
'[{"rowid": 2, "id": 2, "title": "Title the second"}]\n',
|
||||
),
|
||||
("--csv", "rowid,id,title,rank\n2,2,Title the second,-0.5108256237659907\n"),
|
||||
("--csv", "rowid,id,title\n2,2,Title the second\n"),
|
||||
],
|
||||
)
|
||||
def test_search(tmpdir, fts, extra_arg, expected):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue