samples.forEach(({ input, output }) => {
    const hashtags = extractHashtags(input);
    assert.same(hashtags, output);
  });