Skip to content

Commit 2732736

Browse files
committed
Remove fuzzer
1 parent 980a395 commit 2732736

File tree

10 files changed

+0
-220
lines changed

10 files changed

+0
-220
lines changed

.github/workflows/fuzz.yml

Lines changed: 0 additions & 42 deletions
This file was deleted.

Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ members = [
44
"bench/runners/minify-html",
55
"debug/diff/c14n",
66
"debug/diff/charlines",
7-
"fuzz",
8-
"fuzz/process",
97
"minhtml",
108
"minify-html-common",
119
"minify-html-java",

fuzz/Cargo.toml

Lines changed: 0 additions & 10 deletions
This file was deleted.

fuzz/README.md

Lines changed: 0 additions & 23 deletions
This file was deleted.

fuzz/in/complex.html

Lines changed: 0 additions & 37 deletions
This file was deleted.

fuzz/in/tags.html

Lines changed: 0 additions & 62 deletions
This file was deleted.

fuzz/process/Cargo.toml

Lines changed: 0 additions & 8 deletions
This file was deleted.

fuzz/process/src/main.rs

Lines changed: 0 additions & 24 deletions
This file was deleted.

fuzz/src/main.rs

Lines changed: 0 additions & 10 deletions
This file was deleted.

notes/Parsing.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ minify-html does not have any error states and will always output a value. This
44

55
minify-html tries to match what the specs dictate and modern browsers do. However, there may be occasional differences for malformed syntax, as the browser and spec rules are very complex when handling invalid HTML.
66

7-
To see some complex inputs, check out the [various fuzzing inputs](../fuzz/in).
8-
97
## Limitations
108

119
- Input must be valid UTF-8 without BOM.

0 commit comments

Comments
 (0)