aboutsummaryrefslogtreecommitdiffstats
path: root/asspb_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'asspb_test.go')
-rw-r--r--asspb_test.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/asspb_test.go b/asspb_test.go
index 4280dae..63361ef 100644
--- a/asspb_test.go
+++ b/asspb_test.go
@@ -275,6 +275,9 @@ func TestUnmarshal_Invalid(t *testing.T) {
}, {
desc: "InvalidUTF8",
msg: `field: "\x80"`,
+ }, {
+ desc: "FieldMissingVal",
+ msg: `field`,
}} {
t.Run(tc.desc, func(t *testing.T) {
t.Parallel()