Skip to content

Commit

Permalink
✅ Test empty string (#374)
Browse files Browse the repository at this point in the history
closes #272
  • Loading branch information
MiWeiss authored May 26, 2023
1 parent b2a668c commit 3b0d923
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/splitter_tests/test_splitter_string.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"ICSE2022_with_underscore_and-dash",
],
)
@pytest.mark.parametrize("value", EDGE_CASE_VALUES)
@pytest.mark.parametrize("value", EDGE_CASE_VALUES + [""])
@pytest.mark.parametrize("enclosing", ENCLOSINGS)
def test_parse_string_key_val(key: str, value: str, enclosing: str):
"""Test that the string is correctly parsed."""
Expand Down

0 comments on commit 3b0d923

Please sign in to comment.