|
209 | 209 | 'resource="test_Value::value"/></menu></config>',
|
210 | 210 | [
|
211 | 211 | "Element 'add', attribute 'resource': [facet 'pattern'] The value 'test_Value::value' is not " .
|
212 |
| - "accepted by the pattern '[A-Z]+[a-z0-9]{1,}_[A-Z]+[A-Z0-9a-z]{1,}::[A-Za-z_0-9]{1,}'.", |
| 212 | + "accepted by the pattern '[A-Z]+[A-Za-z0-9]{1,}_[A-Z]+[A-Z0-9a-z]{1,}::[A-Za-z_0-9]{1,}'.", |
213 | 213 | "Element 'add', attribute 'resource': 'test_Value::value' is not a valid value of the atomic " .
|
214 | 214 | "type 'typeResource'."
|
215 | 215 | ],
|
|
220 | 220 | 'resource="Test_value::value"/></menu></config>',
|
221 | 221 | [
|
222 | 222 | "Element 'add', attribute 'resource': [facet 'pattern'] The value 'Test_value::value' is not " .
|
223 |
| - "accepted by the pattern '[A-Z]+[a-z0-9]{1,}_[A-Z]+[A-Z0-9a-z]{1,}::[A-Za-z_0-9]{1,}'.", |
| 223 | + "accepted by the pattern '[A-Z]+[A-Za-z0-9]{1,}_[A-Z]+[A-Z0-9a-z]{1,}::[A-Za-z_0-9]{1,}'.", |
224 | 224 | "Element 'add', attribute 'resource': 'Test_value::value' is not a valid value of the atomic " .
|
225 | 225 | "type 'typeResource'."
|
226 | 226 | ],
|
|
231 | 231 | 'resource="M#$%23_value::value"/></menu></config>',
|
232 | 232 | [
|
233 | 233 | "Element 'add', attribute 'resource': [facet 'pattern'] The value 'M#$%23_value::value' is not " .
|
234 |
| - "accepted by the pattern '[A-Z]+[a-z0-9]{1,}_[A-Z]+[A-Z0-9a-z]{1,}::[A-Za-z_0-9]{1,}'.", |
| 234 | + "accepted by the pattern '[A-Z]+[A-Za-z0-9]{1,}_[A-Z]+[A-Z0-9a-z]{1,}::[A-Za-z_0-9]{1,}'.", |
235 | 235 | "Element 'add', attribute 'resource': 'M#$%23_value::value' is not a valid value of the atomic " .
|
236 | 236 | "type 'typeResource'."
|
237 | 237 | ],
|
|
242 | 242 | 'resource="_value::value"/></menu></config>',
|
243 | 243 | [
|
244 | 244 | "Element 'add', attribute 'resource': [facet 'pattern'] The value '_value::value' is not accepted by " .
|
245 |
| - "the pattern '[A-Z]+[a-z0-9]{1,}_[A-Z]+[A-Z0-9a-z]{1,}::[A-Za-z_0-9]{1,}'.", |
| 245 | + "the pattern '[A-Z]+[A-Za-z0-9]{1,}_[A-Z]+[A-Z0-9a-z]{1,}::[A-Za-z_0-9]{1,}'.", |
246 | 246 | "Element 'add', attribute 'resource': '_value::value' is not a valid value of the atomic " .
|
247 | 247 | "type 'typeResource'."
|
248 | 248 | ],
|
|
253 | 253 | '</menu></config>',
|
254 | 254 | [
|
255 | 255 | "Element 'add', attribute 'resource': [facet 'pattern'] The value 'Magento_::value' is not " .
|
256 |
| - "accepted by the pattern '[A-Z]+[a-z0-9]{1,}_[A-Z]+[A-Z0-9a-z]{1,}::[A-Za-z_0-9]{1,}'.", |
| 256 | + "accepted by the pattern '[A-Z]+[A-Za-z0-9]{1,}_[A-Z]+[A-Z0-9a-z]{1,}::[A-Za-z_0-9]{1,}'.", |
257 | 257 | "Element 'add', attribute 'resource': 'Magento_::value' is not a valid value of the atomic " .
|
258 | 258 | "type 'typeResource'."
|
259 | 259 | ],
|
|
264 | 264 | 'resource="Test_Value:value"/></menu></config>',
|
265 | 265 | [
|
266 | 266 | "Element 'add', attribute 'resource': [facet 'pattern'] The value 'Test_Value:value' is not " .
|
267 |
| - "accepted by the pattern '[A-Z]+[a-z0-9]{1,}_[A-Z]+[A-Z0-9a-z]{1,}::[A-Za-z_0-9]{1,}'.", |
| 267 | + "accepted by the pattern '[A-Z]+[A-Za-z0-9]{1,}_[A-Z]+[A-Z0-9a-z]{1,}::[A-Za-z_0-9]{1,}'.", |
268 | 268 | "Element 'add', attribute 'resource': 'Test_Value:value' is not a valid value of the atomic " .
|
269 | 269 | "type 'typeResource'."
|
270 | 270 | ],
|
|
275 | 275 | 'resource="Test_Value::"/></menu></config>',
|
276 | 276 | [
|
277 | 277 | "Element 'add', attribute 'resource': [facet 'pattern'] The value 'Test_Value::' is not " .
|
278 |
| - "accepted by the pattern '[A-Z]+[a-z0-9]{1,}_[A-Z]+[A-Z0-9a-z]{1,}::[A-Za-z_0-9]{1,}'.", |
| 278 | + "accepted by the pattern '[A-Z]+[A-Za-z0-9]{1,}_[A-Z]+[A-Z0-9a-z]{1,}::[A-Za-z_0-9]{1,}'.", |
279 | 279 | "Element 'add', attribute 'resource': 'Test_Value::' " .
|
280 | 280 | "is not a valid value of the atomic type 'typeResource'."
|
281 | 281 | ],
|
|
608 | 608 | 'resource="test_Value::value"/></menu></config>',
|
609 | 609 | [
|
610 | 610 | "Element 'update', attribute 'resource': [facet 'pattern'] The value 'test_Value::value' is not " .
|
611 |
| - "accepted by the pattern '[A-Z]+[a-z0-9]{1,}_[A-Z]+[A-Z0-9a-z]{1,}::[A-Za-z_0-9]{1,}'.", |
| 611 | + "accepted by the pattern '[A-Z]+[A-Za-z0-9]{1,}_[A-Z]+[A-Z0-9a-z]{1,}::[A-Za-z_0-9]{1,}'.", |
612 | 612 | "Element 'update', attribute 'resource': 'test_Value::value' is not a valid value of the atomic " .
|
613 | 613 | "type 'typeResource'."
|
614 | 614 | ],
|
|
618 | 618 | 'resource="Test_value::value"/></menu></config>',
|
619 | 619 | [
|
620 | 620 | "Element 'update', attribute 'resource': [facet 'pattern'] The value 'Test_value::value' is not " .
|
621 |
| - "accepted by the pattern '[A-Z]+[a-z0-9]{1,}_[A-Z]+[A-Z0-9a-z]{1,}::[A-Za-z_0-9]{1,}'.", |
| 621 | + "accepted by the pattern '[A-Z]+[A-Za-z0-9]{1,}_[A-Z]+[A-Z0-9a-z]{1,}::[A-Za-z_0-9]{1,}'.", |
622 | 622 | "Element 'update', attribute 'resource': 'Test_value::value' is not a valid value of the atomic " .
|
623 | 623 | "type 'typeResource'."
|
624 | 624 | ],
|
|
628 | 628 | 'resource="M#$%23_value::value"/></menu></config>',
|
629 | 629 | [
|
630 | 630 | "Element 'update', attribute 'resource': [facet 'pattern'] The value 'M#$%23_value::value' is not " .
|
631 |
| - "accepted by the pattern '[A-Z]+[a-z0-9]{1,}_[A-Z]+[A-Z0-9a-z]{1,}::[A-Za-z_0-9]{1,}'.", |
| 631 | + "accepted by the pattern '[A-Z]+[A-Za-z0-9]{1,}_[A-Z]+[A-Z0-9a-z]{1,}::[A-Za-z_0-9]{1,}'.", |
632 | 632 | "Element 'update', attribute 'resource': 'M#$%23_value::value' is not a valid value of the atomic " .
|
633 | 633 | "type 'typeResource'."
|
634 | 634 | ],
|
|
638 | 638 | 'resource="_value::value"/></menu></config>',
|
639 | 639 | [
|
640 | 640 | "Element 'update', attribute 'resource': [facet 'pattern'] The value '_value::value' is not " .
|
641 |
| - "accepted by the pattern '[A-Z]+[a-z0-9]{1,}_[A-Z]+[A-Z0-9a-z]{1,}::[A-Za-z_0-9]{1,}'.", |
| 641 | + "accepted by the pattern '[A-Z]+[A-Za-z0-9]{1,}_[A-Z]+[A-Z0-9a-z]{1,}::[A-Za-z_0-9]{1,}'.", |
642 | 642 | "Element 'update', attribute 'resource': '_value::value' is not a valid value of the atomic " .
|
643 | 643 | "type 'typeResource'."
|
644 | 644 | ],
|
|
648 | 648 | 'resource="Magento_::value"/></menu></config>',
|
649 | 649 | [
|
650 | 650 | "Element 'update', attribute 'resource': [facet 'pattern'] The value 'Magento_::value' is not " .
|
651 |
| - "accepted by the pattern '[A-Z]+[a-z0-9]{1,}_[A-Z]+[A-Z0-9a-z]{1,}::[A-Za-z_0-9]{1,}'.", |
| 651 | + "accepted by the pattern '[A-Z]+[A-Za-z0-9]{1,}_[A-Z]+[A-Z0-9a-z]{1,}::[A-Za-z_0-9]{1,}'.", |
652 | 652 | "Element 'update', attribute 'resource': 'Magento_::value' is not a valid value of the atomic " .
|
653 | 653 | "type 'typeResource'."
|
654 | 654 | ],
|
|
658 | 658 | 'resource="Test_Value:value"/></menu></config>',
|
659 | 659 | [
|
660 | 660 | "Element 'update', attribute 'resource': [facet 'pattern'] The value 'Test_Value:value' is not " .
|
661 |
| - "accepted by the pattern '[A-Z]+[a-z0-9]{1,}_[A-Z]+[A-Z0-9a-z]{1,}::[A-Za-z_0-9]{1,}'.", |
| 661 | + "accepted by the pattern '[A-Z]+[A-Za-z0-9]{1,}_[A-Z]+[A-Z0-9a-z]{1,}::[A-Za-z_0-9]{1,}'.", |
662 | 662 | "Element 'update', attribute 'resource': 'Test_Value:value' is not a valid value of the atomic " .
|
663 | 663 | "type 'typeResource'."
|
664 | 664 | ],
|
|
668 | 668 | 'resource="Test_Value::"/></menu></config>',
|
669 | 669 | [
|
670 | 670 | "Element 'update', attribute 'resource': [facet 'pattern'] The value 'Test_Value::' is not " .
|
671 |
| - "accepted by the pattern '[A-Z]+[a-z0-9]{1,}_[A-Z]+[A-Z0-9a-z]{1,}::[A-Za-z_0-9]{1,}'.", |
| 671 | + "accepted by the pattern '[A-Z]+[A-Za-z0-9]{1,}_[A-Z]+[A-Z0-9a-z]{1,}::[A-Za-z_0-9]{1,}'.", |
672 | 672 | "Element 'update', attribute 'resource': 'Test_Value::' is not a valid value of the atomic " .
|
673 | 673 | "type 'typeResource'."
|
674 | 674 | ],
|
|
0 commit comments