Fix missing colon (typo) in IPv6 pattern
This commit is contained in:
parent
b47bc343ea
commit
349eec7855
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ patterns = {
|
||||||
r'''^
|
r'''^
|
||||||
(?:{0}:){{7}}{0}| # uncompressed: 1:2:3:4:5:6:7:8
|
(?:{0}:){{7}}{0}| # uncompressed: 1:2:3:4:5:6:7:8
|
||||||
(?:{0}:){{1,6}}:| # compressed variants, which are all
|
(?:{0}:){{1,6}}:| # compressed variants, which are all
|
||||||
(?:{0}:)(?:{0}){{1,6}}| # a::b for various lengths of a,b
|
(?:{0}:)(?::{0}){{1,6}}| # a::b for various lengths of a,b
|
||||||
(?:{0}:){{2}}(?::{0}){{1,5}}|
|
(?:{0}:){{2}}(?::{0}){{1,5}}|
|
||||||
(?:{0}:){{3}}(?::{0}){{1,4}}|
|
(?:{0}:){{3}}(?::{0}){{1,4}}|
|
||||||
(?:{0}:){{4}}(?::{0}){{1,3}}|
|
(?:{0}:){{4}}(?::{0}){{1,3}}|
|
||||||
|
|
Loading…
Reference in a new issue