ci(validation): add regex pattern validation

This commit is contained in:
Sam Chau
2025-08-27 04:41:43 +09:30
parent 153de092c5
commit a48ca72395
3 changed files with 129 additions and 0 deletions

1
scripts/unitTest.ps1 Normal file
View File

@@ -0,0 +1 @@
# TODO: Run a single unit test given a regular expression and unit test. A unit test includes the input string and whether it should match or not.