mirror of
https://github.com/coredns/coredns.git
synced 2025-10-27 08:14:18 -04:00
@@ -13,10 +13,10 @@ import (
|
||||
|
||||
func TestErrorsParse(t *testing.T) {
|
||||
tests := []struct {
|
||||
inputErrorsRules string
|
||||
shouldErr bool
|
||||
optCount int
|
||||
stacktrace bool
|
||||
inputErrorsRules string
|
||||
shouldErr bool
|
||||
optCount int
|
||||
stacktrace bool
|
||||
}{
|
||||
{`errors`, false, 0, false},
|
||||
{`errors stdout`, false, 0, false},
|
||||
|
||||
Reference in New Issue
Block a user