Commit Graph

3 Commits

Author SHA1 Message Date
kayjaydee 4a9602fee3 refactor(test): remove outdated comment in DefineValidationTest
- Removed a comment regarding the rejection of quoted arguments with spaces, as the validation logic is already covered by existing tests. This helps to keep the test code clean and focused.
2026-04-24 17:05:10 +02:00
kayjaydee a8818e0166 fix(04-bugfix): reject names with spaces in define subcommand
- Add explicit regression tests for "nom avec espaces", leading/trailing
  spaces, and tab characters in DefineValidationTest.
- Validation regex ^[a-zA-Z0-9_-]{1,32}$ already rejects these; tests
  seal B4 UAT observation.
2026-04-24 17:02:26 +02:00
kayjaydee 4b10dbce6c test(04-03): add failing tests for DefineValidation (name regex + componentwise min/max) 2026-04-24 14:10:19 +02:00