From fcdfbc090b3262d6d078337b5de78fe1038a41ba Mon Sep 17 00:00:00 2001 From: Alex Flint Date: Tue, 6 Aug 2019 16:00:13 -0700 Subject: [PATCH] fix comment --- parse_test.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/parse_test.go b/parse_test.go index c18dc16..882564e 100644 --- a/parse_test.go +++ b/parse_test.go @@ -887,7 +887,9 @@ func TestEmbeddedPtr(t *testing.T) { } func TestEmbeddedPtrIgnored(t *testing.T) { - // embedded pointer fields are not supported but here we + // embedded pointer fields are not normally supported but here + // we explicitly exclude it so the non-nil embedded structs + // should work as expected var args struct { *A `arg:"-"` B