htex

simple incorrect html parser
git clone git://git.relim.de/htex.git
Log | Files | Refs | README

commit 4310b7a9cc04009470a658c7e0d52a9e5e453d93
parent e9e98d51d8cd0de282263a41e4959dae3df83271
Author: Robin <kroekerrobin@gmail.com>
Date:   Mon,  6 Mar 2023 22:51:28 +0100

Add todo

Diffstat:
Mhtex.c | 3+--
Mtodo | 1+
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/htex.c b/htex.c @@ -458,4 +458,4 @@ int main(int argc, char *argv[]) { printf("Nothing to read from.\n"); } return 0; -} -\ No newline at end of file +} diff --git a/todo b/todo @@ -2,3 +2,4 @@ refactor; heavy implement find_attribute_value_by_* implement filtering not only by class or id, also like this .test[data="asdf"] implement finding tags that have no end tag, e.g. the img tag +Actually correctly parse html according to spec ;-)