|
|
@ -84,11 +84,12 @@ var (
|
|
|
|
// Concat of literals and wildcards.
|
|
|
|
// Concat of literals and wildcards.
|
|
|
|
".*-.*-.*-.*-.*",
|
|
|
|
".*-.*-.*-.*-.*",
|
|
|
|
"(.+)-(.+)-(.+)-(.+)-(.+)",
|
|
|
|
"(.+)-(.+)-(.+)-(.+)-(.+)",
|
|
|
|
"((.*))-((.*))-((.*))-((.*))-((.*))",
|
|
|
|
"((.*))(?i:f)((.*))o((.*))o((.*))",
|
|
|
|
|
|
|
|
"((.*))f((.*))(?i:o)((.*))o((.*))",
|
|
|
|
}
|
|
|
|
}
|
|
|
|
values = []string{
|
|
|
|
values = []string{
|
|
|
|
"foo", " foo bar", "bar", "buzz\nbar", "bar foo", "bfoo", "\n", "\nfoo", "foo\n", "hello foo world", "hello foo\n world", "",
|
|
|
|
"foo", " foo bar", "bar", "buzz\nbar", "bar foo", "bfoo", "\n", "\nfoo", "foo\n", "hello foo world", "hello foo\n world", "",
|
|
|
|
"FOO", "Foo", "OO", "Oo", "\nfoo\n", strings.Repeat("f", 20), "prometheus", "prometheus_api_v1", "prometheus_api_v1_foo",
|
|
|
|
"FOO", "Foo", "fOo", "foO", "OO", "Oo", "\nfoo\n", strings.Repeat("f", 20), "prometheus", "prometheus_api_v1", "prometheus_api_v1_foo",
|
|
|
|
"10.0.1.20", "10.0.2.10", "10.0.3.30", "10.0.4.40",
|
|
|
|
"10.0.1.20", "10.0.2.10", "10.0.3.30", "10.0.4.40",
|
|
|
|
"foofoo0", "foofoo", "😀foo0",
|
|
|
|
"foofoo0", "foofoo", "😀foo0",
|
|
|
|
|
|
|
|
|
|
|
|