describe("HTMLFormValidations.alphaDash", () => {
  const failureTestCases = [
    "1", "a1", "a1%", "a\t", "#$1",
    "a b", "a.b", "a,b"
  ];