Skip to content

Commit

Permalink
fix(wizard/foundation/limits): abstractDataAttributeName (#573)
Browse files Browse the repository at this point in the history
* fix(wizard/foundation/limits): abstractDataAttributeName

* test(wizards/abstractdabda): snapshot update

* test(wizards/da,bda): fix snapshots
  • Loading branch information
JakobVogelsang authored Mar 3, 2022
1 parent 6fe49d2 commit 179cad1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/wizards/foundation/limits.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export const patterns = {
lnClass: '[A-Z]{4,4}',
tRestrName1stL: '[a-z][0-9A-Za-z]*',
abstractDataAttributeName:
'((T)|(Test)|(Check)|(SIUnit)|(Open)|(SBO)|(SBOw)|(Cancel)|[a-z][0-9A-Za-z]*)',
'((T)|(Test)|(Check)|(SIUnit)|(Oper)|(SBO)|(SBOw)|(Cancel)|[a-z][0-9A-Za-z]*)',
cdc:
'(SPS)|(DPS)|(INS)|(ENS)|(ACT)|(ACD)|(SEC)|(BCR)|(HST)|(VSS)|(MV)|(CMV)|(SAV)|' +
'(WYE)|(DEL)|(SEQ)|(HMV)|(HWYE)|(HDEL)|(SPC)|(DPC)|(INC)|(ENC)|(BSC)|(ISC)|(APC)|(BAC)|' +
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ snapshots["BDA wizarding editing integration defines a editBDaWizard to edit an
helper="[scl.name]"
label="name"
maxlength="60"
pattern="((T)|(Test)|(Check)|(SIUnit)|(Open)|(SBO)|(SBOw)|(Cancel)|[a-z][0-9A-Za-z]*)"
pattern="((T)|(Test)|(Check)|(SIUnit)|(Oper)|(SBO)|(SBOw)|(Cancel)|[a-z][0-9A-Za-z]*)"
required=""
>
>
Expand Down Expand Up @@ -624,7 +624,7 @@ snapshots["BDA wizarding editing integration defines a createBDaWizard to create
helper="[scl.name]"
label="name"
maxlength="60"
pattern="((T)|(Test)|(Check)|(SIUnit)|(Open)|(SBO)|(SBOw)|(Cancel)|[a-z][0-9A-Za-z]*)"
pattern="((T)|(Test)|(Check)|(SIUnit)|(Oper)|(SBO)|(SBOw)|(Cancel)|[a-z][0-9A-Za-z]*)"
required=""
>
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ snapshots["DA wizarding editing integration defines a editDaWizard to edit an ex
helper="[scl.name]"
label="name"
maxlength="60"
pattern="((T)|(Test)|(Check)|(SIUnit)|(Open)|(SBO)|(SBOw)|(Cancel)|[a-z][0-9A-Za-z]*)"
pattern="((T)|(Test)|(Check)|(SIUnit)|(Oper)|(SBO)|(SBOw)|(Cancel)|[a-z][0-9A-Za-z]*)"
required=""
>
>
Expand Down Expand Up @@ -813,7 +813,7 @@ snapshots["DA wizarding editing integration defines a createDaWizard to create a
helper="[scl.name]"
label="name"
maxlength="60"
pattern="((T)|(Test)|(Check)|(SIUnit)|(Open)|(SBO)|(SBOw)|(Cancel)|[a-z][0-9A-Za-z]*)"
pattern="((T)|(Test)|(Check)|(SIUnit)|(Oper)|(SBO)|(SBOw)|(Cancel)|[a-z][0-9A-Za-z]*)"
required=""
>
>
Expand Down
2 changes: 1 addition & 1 deletion test/unit/wizards/__snapshots__/abstractda.test.snap.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ snapshots["abstractda wizards renderWizard looks like the latest snapshot"] =
helper="[scl.name]"
label="name"
maxlength="60"
pattern="((T)|(Test)|(Check)|(SIUnit)|(Open)|(SBO)|(SBOw)|(Cancel)|[a-z][0-9A-Za-z]*)"
pattern="((T)|(Test)|(Check)|(SIUnit)|(Oper)|(SBO)|(SBOw)|(Cancel)|[a-z][0-9A-Za-z]*)"
required=""
>
>
Expand Down

0 comments on commit 179cad1

Please sign in to comment.