-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1e3e1f6
commit 0b90c70
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Submodule publicsuffix
updated
10 files
+8 −3 | public_suffix_list.dat | |
+4 −1 | tools/go.mod | |
+2 −0 | tools/go.sum | |
+1 −1 | tools/govalidate/govalidate.go | |
+65 −0 | tools/internal/parser/errors.go | |
+2 −2 | tools/internal/parser/exceptions.go | |
+22 −36 | tools/internal/parser/parser.go | |
+136 −24 | tools/internal/parser/parser_test.go | |
+192 −9 | tools/internal/parser/text.go | |
+266 −0 | tools/internal/parser/text_test.go |