initial commits
parent
55e928d3cf
commit
6328092055
|
@ -21,6 +21,10 @@ func TestParse_success(t *testing.T) {
|
||||||
Value: []byte("0"),
|
Value: []byte("0"),
|
||||||
Expected: rfc8259naturalnumber.Zero(),
|
Expected: rfc8259naturalnumber.Zero(),
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
Value: []byte("-0"),
|
||||||
|
Expected: rfc8259naturalnumber.Something("-0"),
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue