Skip to content
Snippets Groups Projects
Commit 51659b2d authored by Teah Kaasa Mclean's avatar Teah Kaasa Mclean
Browse files

Added hyphen to test for allowed/illegal characters

parent 0454e05a
No related branches found
No related tags found
1 merge request!420Fix allowed names
Pipeline #228739 passed
...@@ -33,6 +33,7 @@ def test_not_valid_so_number(): ...@@ -33,6 +33,7 @@ def test_not_valid_so_number():
"string, expected_output", "string, expected_output",
[ [
("AZ az ÀÖ ØÞßö øÿ Āſ", False), ("AZ az ÀÖ ØÞßö øÿ Āſ", False),
("Kari-Mette", False),
("aaƂåå", True), ("aaƂåå", True),
("!", True), ("!", True),
("÷", True), ("÷", True),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment