Skip to content

Commit bbfd42c

Browse files
committed
tests: add examples.csv for test cases
1 parent fa40c6d commit bbfd42c

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ test/python/__pycache__/
99
*.log
1010
*.csv
1111
!test/data/tranco.csv
12+
!test/data/examples.csv

test/data/examples.csv

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
example.com
2+
example.com.ac
3+
example.com.co
4+
a.example.com
5+
example.com/a
6+
example.com.ac/a
7+
https://example.com
8+
https://a.example.com
9+
http://example.com.ac/path/?a=1&b=2&

0 commit comments

Comments
 (0)