-
Notifications
You must be signed in to change notification settings - Fork 71
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
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule lexbor
updated
17 files
+17 −5 | CMakeLists.txt | |
+4 −0 | README.md | |
+1 −1 | source/lexbor/css/base.h | |
+1 −1 | source/lexbor/css/selectors/base.h | |
+37 −20 | source/lexbor/css/selectors/state.c | |
+1 −1 | source/lexbor/html/base.h | |
+2 −0 | source/lexbor/html/encoding.c | |
+4 −0 | source/lexbor/selectors/selectors.c | |
+1 −1 | source/lexbor/url/base.h | |
+43 −0 | source/lexbor/url/url.c | |
+82 −0 | test/lexbor/css/selectors/selectors.c | |
+12 −0 | test/lexbor/html/encoding.c | |
+50 −3 | test/lexbor/selectors/selectors.c | |
+11 −2 | test/unit/CMakeLists.txt | |
+11 −2 | utils/lexbor/encoding/CMakeLists.txt | |
+11 −2 | utils/lexbor/grammar/CMakeLists.txt | |
+1 −1 | version |