Open jsoref opened 6 years ago
Steps:
testing
ns1.example.com.
.
example@example.com.
7200
3600
604800
600
ns1.example.com. ns2.example.com.
Actual results:
The zone creation failed. The following error message was given: Nameservers must be non-empty strings
Expected results: (a) It should just work or (b) There should be input validation warning about stray whitespace
https://stackoverflow.com/questions/13643417/how-to-validate-pattern-matching-in-textarea
Steps:
testing
ns1.example.com.
(note: the validation should tell you to include the trailing.
)example@example.com.
(note: the validation should tell you to include the trailing.
)7200
3600
604800
600
3600
ns1.example.com. ns2.example.com.
(note: the trailing space here is important)Actual results:
Expected results: (a) It should just work or (b) There should be input validation warning about stray whitespace