func TestParseRule(t *testing.T) { … } // Helper for TestParseIPTablesDump. Obviously it should not be used in TestParseRule... func mustParseRule(rule string) *Rule { … } func TestParseIPTablesDump(t *testing.T) { … }
func TestParseRule(t *testing.T) { … } // Helper for TestParseIPTablesDump. Obviously it should not be used in TestParseRule... func mustParseRule(rule string) *Rule { … } func TestParseIPTablesDump(t *testing.T) { … }