aboutsummaryrefslogtreecommitdiff
path: root/middleware/test/helpers_test.go
blob: 1b4d95bbc90598d6a2901885d03002608a6e6717 (plain) (blame)
1
2
3
4
5
6
7
8
package test

import "testing"

func TestA(t *testing.T) {
	// should not crash
	A("miek.nl. IN A 127.0.0.1")
}