diff options
author | EuAndreh <eu@euandre.org> | 2025-05-13 07:20:48 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2025-05-13 15:13:17 -0300 |
commit | 8f4541232bbe127dd90d0fb9a3278e0636b8cba7 (patch) | |
tree | 5c90673d7f7262533044093b4d40bde07982b725 /tests/fuzz/count-leading-chars/main.go | |
parent | src/gobang.go: Add Heredoc() (diff) | |
download | gobang-8f4541232bbe127dd90d0fb9a3278e0636b8cba7.tar.gz gobang-8f4541232bbe127dd90d0fb9a3278e0636b8cba7.tar.xz |
Revamp Heredoc(), add fuzz to prevent panics
Diffstat (limited to 'tests/fuzz/count-leading-chars/main.go')
l--------- | tests/fuzz/count-leading-chars/main.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/fuzz/count-leading-chars/main.go b/tests/fuzz/count-leading-chars/main.go new file mode 120000 index 0000000..f67563d --- /dev/null +++ b/tests/fuzz/count-leading-chars/main.go @@ -0,0 +1 @@ +../../main.go
\ No newline at end of file |