Skip to content

Commit

Permalink
Add test case when http is a word (#34)
Browse files Browse the repository at this point in the history
Co-authored-by: Pascal Keilbach <pascal.keilbach@sap.com>
  • Loading branch information
pkeilbach and pascalkeilbach authored Nov 16, 2023
1 parent b1807d4 commit ec04fdc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/htwgnlp/test_preprocessing.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@
"URLs like this one: http://example.com and https://another.com",
"URLs like this one: and ",
),
(
"URLs with the http-protocol like this one: http://example.com and http://another.com",
"URLs with the http-protocol like this one: and ",
),
("https://example.com/with/path?query=1", ""),
],
)
Expand Down

0 comments on commit ec04fdc

Please sign in to comment.