Escaped and quoted # make new tags

Issue #5 resolved
Jack Zielke repo owner created an issue

There are some funny tags due to testing RegEx on the command line. Quoted and escaped # should not create new tags.

Comments (3)

  1. Jack Zielke reporter

    This also fixed a documented bug regarding how bash escaped multiple hash characters. Example from source code: ##foo is not a comment (according to bash).

  2. Log in to comment