ip6 icon indicating copy to clipboard operation
ip6 copied to clipboard

abbreviate bug report

Open 7c opened this issue 1 year ago • 1 comments

i hope this makes the bug clear:

> ip6.abbreviate('::0000:1')
'::1'
> ip6.abbreviate('000::0000:1')
'::1'
> ip6.abbreviate('0000::0000:1')
'::1'
> ip6.abbreviate('1:0000::0000:1')
'0001::1'
> ip6.abbreviate('01:0000::0000:1')
'0001::1'
> ip6.abbreviate('12:0000::0000:1')
'0012::1'
> ip6.abbreviate('123:0000::0000:1')
'0123::1'
> 

7c avatar Oct 01 '24 14:10 7c

@7c thank you so much! This should have been fixed in 0.2.11.

elgs avatar Oct 08 '24 21:10 elgs