more fuzzed fixes
This commit is contained in:
12
testdata/dragon.cow
vendored
12
testdata/dragon.cow
vendored
@@ -1,10 +1,8 @@
|
||||
_____________________________________
|
||||
/ this is a long block of text. \
|
||||
| |
|
||||
| |
|
||||
| It goes over many lines! It'll even |
|
||||
\ word-wrap for us. /
|
||||
-------------------------------------
|
||||
_______________________________________
|
||||
/ this is a long block of text. It goes \
|
||||
| over many lines! It'll even word-wrap |
|
||||
\ for us. /
|
||||
---------------------------------------
|
||||
\ ^ /^
|
||||
\ / \ // \
|
||||
\ |\___/| / \// .\
|
||||
|
11
testdata/fortune.cow
vendored
Normal file
11
testdata/fortune.cow
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
_____________________________________
|
||||
/ Most people eat as though they were \
|
||||
| fattening themselves for market. |
|
||||
| |
|
||||
\ -- E.W. Howe /
|
||||
-------------------------------------
|
||||
\ ^__^
|
||||
\ (oo)\_______
|
||||
(__)\ )\/\
|
||||
||----w |
|
||||
|| ||
|
2
testdata/fuzz/FuzzCow/7b9a589d5aa859e5
vendored
Normal file
2
testdata/fuzz/FuzzCow/7b9a589d5aa859e5
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
go test fuzz v1
|
||||
string("0 \n0")
|
2
testdata/fuzz/FuzzCow/93d7daf11243d295
vendored
Normal file
2
testdata/fuzz/FuzzCow/93d7daf11243d295
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
go test fuzz v1
|
||||
string("0000000000000000000000000000000000000000000000000000000000000000000000000000000")
|
2
testdata/fuzz/FuzzCow/ceaa3f997e266d98
vendored
Normal file
2
testdata/fuzz/FuzzCow/ceaa3f997e266d98
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
go test fuzz v1
|
||||
string("0 \n 0")
|
2
testdata/fuzz/FuzzCow/dde7a120ccdf11af
vendored
Normal file
2
testdata/fuzz/FuzzCow/dde7a120ccdf11af
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
go test fuzz v1
|
||||
string("0\r0")
|
12
testdata/longer_multiline.cow
vendored
12
testdata/longer_multiline.cow
vendored
@@ -1,10 +1,8 @@
|
||||
_____________________________________
|
||||
/ this is a long block of text. \
|
||||
| |
|
||||
| |
|
||||
| It goes over many lines! It'll even |
|
||||
\ word-wrap for us. /
|
||||
-------------------------------------
|
||||
_______________________________________
|
||||
/ this is a long block of text. It goes \
|
||||
| over many lines! It'll even word-wrap |
|
||||
\ for us. /
|
||||
---------------------------------------
|
||||
\ ^__^
|
||||
\ (oo)\_______
|
||||
(__)\ )\/\
|
||||
|
8
testdata/one_paragraph.cow
vendored
Normal file
8
testdata/one_paragraph.cow
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
___________
|
||||
< test text >
|
||||
-----------
|
||||
\ ^__^
|
||||
\ (oo)\_______
|
||||
(__)\ )\/\
|
||||
||----w |
|
||||
|| ||
|
@@ -1,7 +1,6 @@
|
||||
______
|
||||
/ test \
|
||||
\ text /
|
||||
------
|
||||
_______
|
||||
< test >
|
||||
-------
|
||||
\ ^__^
|
||||
\ (oo)\_______
|
||||
(__)\ )\/\
|
11
testdata/two_paragraph_multiline.cow
vendored
Normal file
11
testdata/two_paragraph_multiline.cow
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
_____________________________________
|
||||
/ this is a long block of text. \
|
||||
| |
|
||||
| It goes over many lines! It'll even |
|
||||
\ word-wrap for us. /
|
||||
-------------------------------------
|
||||
\ ^__^
|
||||
\ (oo)\_______
|
||||
(__)\ )\/\
|
||||
||----w |
|
||||
|| ||
|
Reference in New Issue
Block a user