samples.forEach(({ input, output, camelize = true }) => {
    const actual = createHashtag(input, camelize);
    assert.same(actual, output);
  });