Skip to content

Commit

Permalink
test(*): add regex to property
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathan Casey <[email protected]>
  • Loading branch information
jonathan-casey committed Nov 10, 2023
1 parent 1cf7c33 commit d4e7b58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/codegen/fromcto/data/model/hr.cto
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ map EmployeeDirectory {
}

concept Company {
o String name
o String name regex=/abc.*/
o Address headquarters
o CompanyProperties companyProperties optional
o EmployeeDirectory employeeDirectory optional
Expand Down

0 comments on commit d4e7b58

Please sign in to comment.