initial commits

master
Charles Iliya Krempeaux 2023-11-05 10:17:00 -08:00
parent 55e928d3cf
commit 6328092055
1 changed files with 4 additions and 0 deletions

View File

@ -21,6 +21,10 @@ func TestParse_success(t *testing.T) {
Value: []byte("0"),
Expected: rfc8259naturalnumber.Zero(),
},
{
Value: []byte("-0"),
Expected: rfc8259naturalnumber.Something("-0"),
},