Skip to content

Commit 2420547

Browse files
Add gix_config::File fuzzer dictionary
1 parent 9cdb461 commit 2420547

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# A random set lookup/config pairs.
2+
"[core]"
3+
"core"
4+
5+
"[http]"
6+
"http"
7+
8+
"[section \"subsection\"]"
9+
"section"
10+
"subsection"
11+
12+
# Directives
13+
"include"
14+
"includeIf"
15+
"gitdir:"
16+
"onbranch:"
17+
"hasconfig:"
18+
"remote"
19+
"path"

0 commit comments

Comments
 (0)