File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
integration/wizards/__snapshots__
unit/wizards/__snapshots__ Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ export const patterns = {
24
24
lnClass : '[A-Z]{4,4}' ,
25
25
tRestrName1stL : '[a-z][0-9A-Za-z]*' ,
26
26
abstractDataAttributeName :
27
- '((T)|(Test)|(Check)|(SIUnit)|(Open )|(SBO)|(SBOw)|(Cancel)|[a-z][0-9A-Za-z]*)' ,
27
+ '((T)|(Test)|(Check)|(SIUnit)|(Oper )|(SBO)|(SBOw)|(Cancel)|[a-z][0-9A-Za-z]*)' ,
28
28
cdc :
29
29
'(SPS)|(DPS)|(INS)|(ENS)|(ACT)|(ACD)|(SEC)|(BCR)|(HST)|(VSS)|(MV)|(CMV)|(SAV)|' +
30
30
'(WYE)|(DEL)|(SEQ)|(HMV)|(HWYE)|(HDEL)|(SPC)|(DPC)|(INC)|(ENC)|(BSC)|(ISC)|(APC)|(BAC)|' +
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ snapshots["BDA wizarding editing integration defines a editBDaWizard to edit an
20
20
helper="[scl.name]"
21
21
label="name"
22
22
maxlength="60"
23
- pattern="((T)|(Test)|(Check)|(SIUnit)|(Open )|(SBO)|(SBOw)|(Cancel)|[a-z][0-9A-Za-z]*)"
23
+ pattern="((T)|(Test)|(Check)|(SIUnit)|(Oper )|(SBO)|(SBOw)|(Cancel)|[a-z][0-9A-Za-z]*)"
24
24
required=""
25
25
>
26
26
>
@@ -624,7 +624,7 @@ snapshots["BDA wizarding editing integration defines a createBDaWizard to create
624
624
helper="[scl.name]"
625
625
label="name"
626
626
maxlength="60"
627
- pattern="((T)|(Test)|(Check)|(SIUnit)|(Open )|(SBO)|(SBOw)|(Cancel)|[a-z][0-9A-Za-z]*)"
627
+ pattern="((T)|(Test)|(Check)|(SIUnit)|(Oper )|(SBO)|(SBOw)|(Cancel)|[a-z][0-9A-Za-z]*)"
628
628
required=""
629
629
>
630
630
>
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ snapshots["DA wizarding editing integration defines a editDaWizard to edit an ex
20
20
helper="[scl.name]"
21
21
label="name"
22
22
maxlength="60"
23
- pattern="((T)|(Test)|(Check)|(SIUnit)|(Open )|(SBO)|(SBOw)|(Cancel)|[a-z][0-9A-Za-z]*)"
23
+ pattern="((T)|(Test)|(Check)|(SIUnit)|(Oper )|(SBO)|(SBOw)|(Cancel)|[a-z][0-9A-Za-z]*)"
24
24
required=""
25
25
>
26
26
>
@@ -813,7 +813,7 @@ snapshots["DA wizarding editing integration defines a createDaWizard to create a
813
813
helper="[scl.name]"
814
814
label="name"
815
815
maxlength="60"
816
- pattern="((T)|(Test)|(Check)|(SIUnit)|(Open )|(SBO)|(SBOw)|(Cancel)|[a-z][0-9A-Za-z]*)"
816
+ pattern="((T)|(Test)|(Check)|(SIUnit)|(Oper )|(SBO)|(SBOw)|(Cancel)|[a-z][0-9A-Za-z]*)"
817
817
required=""
818
818
>
819
819
>
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ snapshots["abstractda wizards renderWizard looks like the latest snapshot"] =
13
13
helper="[scl.name]"
14
14
label="name"
15
15
maxlength="60"
16
- pattern="((T)|(Test)|(Check)|(SIUnit)|(Open )|(SBO)|(SBOw)|(Cancel)|[a-z][0-9A-Za-z]*)"
16
+ pattern="((T)|(Test)|(Check)|(SIUnit)|(Oper )|(SBO)|(SBOw)|(Cancel)|[a-z][0-9A-Za-z]*)"
17
17
required=""
18
18
>
19
19
>
You can’t perform that action at this time.
0 commit comments