|
10 | 10 | ' resource="Test_Value::value"/></menu></config>', |
11 | 11 | [ |
12 | 12 | "Element 'add', attribute 'action': [facet 'pattern'] The value '' is not accepted by the " . |
13 | | - "pattern '[a-zA-Z0-9/_]{3,}'.\nLine: 1\n", |
| 13 | + "pattern '[a-zA-Z0-9/_\-]{3,}'.\nLine: 1\n", |
14 | 14 | "Element 'add', attribute 'action': '' is not a valid value of the atomic type 'typeAction'.\nLine: 1\n" |
15 | 15 | ], |
16 | 16 | ], |
|
20 | 20 | 'resource="Test_Value::value"/></menu></config>', |
21 | 21 | [ |
22 | 22 | "Element 'add', attribute 'action': [facet 'pattern'] The value 'ad' is not accepted by the " . |
23 | | - "pattern '[a-zA-Z0-9/_]{3,}'.\nLine: 1\n", |
| 23 | + "pattern '[a-zA-Z0-9/_\-]{3,}'.\nLine: 1\n", |
24 | 24 | "Element 'add', attribute 'action': 'ad' is not a valid value of the atomic type 'typeAction'.\nLine: 1\n" |
25 | 25 | ], |
26 | 26 | ], |
|
31 | 31 | '</menu></config>', |
32 | 32 | [ |
33 | 33 | "Element 'add', attribute 'action': [facet 'pattern'] The value 'adm$#@inhtml/notification' is not " . |
34 | | - "accepted by the pattern '[a-zA-Z0-9/_]{3,}'.\nLine: 1\n", |
| 34 | + "accepted by the pattern '[a-zA-Z0-9/_\-]{3,}'.\nLine: 1\n", |
35 | 35 | "Element 'add', attribute 'action': 'adm$#@inhtml/notification' is not a valid value of the atomic " . |
36 | 36 | "type 'typeAction'.\nLine: 1\n" |
37 | 37 | ], |
|
452 | 452 | '<?xml version="1.0"?><config><menu><update action="" ' . 'id="Test_Value::some_value"/></menu></config>', |
453 | 453 | [ |
454 | 454 | "Element 'update', attribute 'action': [facet 'pattern'] The value '' is not accepted by the " . |
455 | | - "pattern '[a-zA-Z0-9/_]{3,}'.\nLine: 1\n", |
| 455 | + "pattern '[a-zA-Z0-9/_\-]{3,}'.\nLine: 1\n", |
456 | 456 | "Element 'update', attribute 'action': '' is not a valid value of the atomic type 'typeAction'.\nLine: 1\n" |
457 | 457 | ], |
458 | 458 | ], |
|
462 | 462 | 'resource="Test_Value::value"/></menu></config>', |
463 | 463 | [ |
464 | 464 | "Element 'update', attribute 'action': [facet 'pattern'] The value 'v' is not accepted by the " . |
465 | | - "pattern '[a-zA-Z0-9/_]{3,}'.\nLine: 1\n", |
| 465 | + "pattern '[a-zA-Z0-9/_\-]{3,}'.\nLine: 1\n", |
466 | 466 | "Element 'update', attribute 'action': 'v' is not a valid value of the atomic type 'typeAction'.\nLine: 1\n" |
467 | 467 | ], |
468 | 468 | ], |
|
471 | 471 | 'id="Test_Value::some_value"/></menu></config>', |
472 | 472 | [ |
473 | 473 | "Element 'update', attribute 'action': [facet 'pattern'] The value '/@##gt;' is not " . |
474 | | - "accepted by the pattern '[a-zA-Z0-9/_]{3,}'.\nLine: 1\n", |
| 474 | + "accepted by the pattern '[a-zA-Z0-9/_\-]{3,}'.\nLine: 1\n", |
475 | 475 | "Element 'update', attribute 'action': '/@##gt;' is not a valid value of the atomic" . |
476 | 476 | " type 'typeAction'.\nLine: 1\n" |
477 | 477 | ], |
|
0 commit comments