Этот коммит содержится в:
коммит произвёл
Hanzei
родитель
2d97f01781
Коммит
c05cf5b033
@@ -509,7 +509,7 @@ func TestDisplaySettingsIsValidCustomUrlSchemes(t *testing.T) {
|
||||
{
|
||||
name: "containing period",
|
||||
value: []string{"iris.beep"},
|
||||
valid: false, // should technically be true, but client doesn't support it
|
||||
valid: true,
|
||||
},
|
||||
{
|
||||
name: "containing hyphen",
|
||||
@@ -519,7 +519,7 @@ func TestDisplaySettingsIsValidCustomUrlSchemes(t *testing.T) {
|
||||
{
|
||||
name: "containing plus",
|
||||
value: []string{"coap+tcp", "coap+ws"},
|
||||
valid: false, // should technically be true, but client doesn't support it
|
||||
valid: true,
|
||||
},
|
||||
{
|
||||
name: "starting with number",
|
||||
|
||||
Ссылка в новой задаче
Block a user