Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
xrotwang committed Dec 23, 2024
1 parent 923d502 commit e1235ac
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/test_db.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,9 @@ def test_TableTranslation():


def test_Database_write_with_sources(ds_sd, tmp_path):
"""
Source keys in references may have leading or trailing whitespace and are case insensitive.
"""
ds_sd.add_columns('ValueTable', 'c')
ds_sd.add_sources('@misc{key,\ntitle={the title}}')
ds_sd.write(ValueTable=[{
Expand Down

0 comments on commit e1235ac

Please sign in to comment.