test/fuzz-libghostty: gitignore and initial corpus
parent
3294621430
commit
673dd474f8
|
|
@ -0,0 +1,9 @@
|
|||
# Build artifacts
|
||||
.zig-cache/
|
||||
zig-out/
|
||||
|
||||
# AFL++ outputs
|
||||
afl-out/
|
||||
|
||||
# Corpus trace files
|
||||
corpus/**/.traces/
|
||||
|
|
@ -0,0 +1 @@
|
|||
Hello, World!
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
line1
|
||||
line2
|
||||
line3
|
||||
|
|
@ -0,0 +1 @@
|
|||
col1 col2 col3
|
||||
|
|
@ -0,0 +1 @@
|
|||
|
||||
|
|
@ -0,0 +1 @@
|
|||
78
|
||||
|
|
@ -0,0 +1 @@
|
|||
=>
|
||||
|
|
@ -0,0 +1 @@
|
|||
DM
|
||||
|
|
@ -0,0 +1 @@
|
|||
c
|
||||
|
|
@ -0,0 +1 @@
|
|||
[5A[3B[2C[1D
|
||||
|
|
@ -0,0 +1 @@
|
|||
[10;20H
|
||||
|
|
@ -0,0 +1 @@
|
|||
[2J
|
||||
|
|
@ -0,0 +1 @@
|
|||
[2K
|
||||
|
|
@ -0,0 +1 @@
|
|||
[1;4;31mRed Bold[0m
|
||||
|
|
@ -0,0 +1 @@
|
|||
[38;5;196mcolor[0m
|
||||
|
|
@ -0,0 +1 @@
|
|||
[38;2;255;128;0mtruecolor[0m
|
||||
|
|
@ -0,0 +1 @@
|
|||
[?1049h[?1049l
|
||||
|
|
@ -0,0 +1 @@
|
|||
[6n[5n
|
||||
|
|
@ -0,0 +1 @@
|
|||
[5;20r
|
||||
|
|
@ -0,0 +1 @@
|
|||
[3L[2M
|
||||
|
|
@ -0,0 +1 @@
|
|||
[61"p
|
||||
|
|
@ -0,0 +1 @@
|
|||
]0;My Window Title
|
||||
|
|
@ -0,0 +1 @@
|
|||
]0;Title\
|
||||
|
|
@ -0,0 +1 @@
|
|||
]1;icon
|
||||
|
|
@ -0,0 +1 @@
|
|||
]52;c;SGVsbG8=
|
||||
|
|
@ -0,0 +1 @@
|
|||
]8;;https://example.comlink]8;;
|
||||
|
|
@ -0,0 +1 @@
|
|||
]4;1;rgb:ff/00/00
|
||||
|
|
@ -0,0 +1 @@
|
|||
]10;rgb:ff/ff/ff
|
||||
|
|
@ -0,0 +1 @@
|
|||
P+q544e\
|
||||
|
|
@ -0,0 +1 @@
|
|||
P\$qm\
|
||||
|
|
@ -0,0 +1 @@
|
|||
P1000p\
|
||||
|
|
@ -0,0 +1 @@
|
|||
<EFBFBD>testœ
|
||||
|
|
@ -0,0 +1 @@
|
|||
嬶
|
||||
|
|
@ -0,0 +1 @@
|
|||
<EFBFBD>testœ
|
||||
|
|
@ -0,0 +1 @@
|
|||
éàü
|
||||
|
|
@ -0,0 +1 @@
|
|||
–—
|
||||
|
|
@ -0,0 +1 @@
|
|||
😀🎉
|
||||
|
|
@ -0,0 +1 @@
|
|||
before[31mred[0mafter
|
||||
|
|
@ -0,0 +1 @@
|
|||
[1m]0;title[m
|
||||
|
|
@ -0,0 +1 @@
|
|||
[1;2;3;4;5;6;7;8;9;10m
|
||||
|
|
@ -0,0 +1 @@
|
|||
[4:3m
|
||||
|
|
@ -0,0 +1 @@
|
|||
[
|
||||
|
|
@ -0,0 +1 @@
|
|||
|
||||
|
|
@ -0,0 +1 @@
|
|||
]0;partial
|
||||
|
|
@ -0,0 +1 @@
|
|||
ABC
|
||||
|
|
@ -0,0 +1 @@
|
|||
(0lqqk(B
|
||||
|
|
@ -0,0 +1 @@
|
|||
[?25l[?25h
|
||||
|
|
@ -0,0 +1 @@
|
|||
[>c
|
||||
|
|
@ -0,0 +1 @@
|
|||
[1;2;3;4;5;7;8;9m[0m
|
||||
|
|
@ -0,0 +1 @@
|
|||
_application\
|
||||
Loading…
Reference in New Issue