This commit is contained in:
mhoffm
2021-06-27 20:10:44 +02:00
parent b300f4cd17
commit 6f2eff7534

View File

@@ -34,10 +34,11 @@ The directory `fuzz/crashers` contains a set of crashes that were found with fuz
* [x] use [Unicode® Standard Annex #31](https://www.unicode.org/reports/tr31/) (augmented with '-') for identifiers * [x] use [Unicode® Standard Annex #31](https://www.unicode.org/reports/tr31/) (augmented with '-') for identifiers
* [ ] add [template expressions](https://github.com/hashicorp/hcl/blob/main/hclsyntax/spec.md#template-expressions) * [ ] add [template expressions](https://github.com/hashicorp/hcl/blob/main/hclsyntax/spec.md#template-expressions)
* [x] add quoted templates * [x] add templates
* [x] add quoted template interpolations * [x] add template interpolations
* [ ] add quoted template directives * [ ] add template directives
* [x] add heredoc templates * [x] add quoted templates
* [x] add heredoc templates
* [ ] fuzzing * [ ] fuzzing
* [x] start with fuzzing the parser * [x] start with fuzzing the parser
* [ ] upload fuzzing instrumentation * [ ] upload fuzzing instrumentation