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) {
|
func TestErrorsParse(t *testing.T) {
|
||||||
tests := []struct {
|
tests := []struct {
|
||||||
inputErrorsRules string
|
inputErrorsRules string
|
||||||
shouldErr bool
|
shouldErr bool
|
||||||
optCount int
|
optCount int
|
||||||
stacktrace bool
|
stacktrace bool
|
||||||
}{
|
}{
|
||||||
{`errors`, false, 0, false},
|
{`errors`, false, 0, false},
|
||||||
{`errors stdout`, false, 0, false},
|
{`errors stdout`, false, 0, false},
|
||||||
|
|||||||
Reference in New Issue
Block a user