diff options
| author | Rose Hogenson <rosehogenson@posteo.net> | 2025-10-26 18:36:01 -0700 |
|---|---|---|
| committer | Rose Hogenson <rosehogenson@posteo.net> | 2025-10-26 18:36:01 -0700 |
| commit | 5ecab26da844e843ad30776d97d8da3fe28098a6 (patch) | |
| tree | b04fa6baa5ff0d93a7094b32c2034d18c566acb0 /asspb_test.go | |
| parent | 3cf45c5a15a14a32061e24717539ae1825c3ac78 (diff) | |
| download | ccl-5ecab26da844e843ad30776d97d8da3fe28098a6.tar.zst | |
Separate the lexer
Diffstat (limited to 'asspb_test.go')
| -rw-r--r-- | asspb_test.go | 3 |
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() |
