Closed keck-in-space closed 3 months ago
This change just adds the - character to the list of invalid characters in the is_valid_name function.
-
is_valid_name
This fixes an issue encountered when a component name has a - in it.
Once unit tests are written for the util functions, one could add a unit test that verifies a name with the - is considered invalid.
NA
Change Description
This change just adds the
-
character to the list of invalid characters in theis_valid_name
function.Rationale
This fixes an issue encountered when a component name has a
-
in it.Testing/Review Recommendations
Once unit tests are written for the util functions, one could add a unit test that verifies a name with the
-
is considered invalid.Future Work
NA