Skip to content
  • Klaus Aehlig's avatar
    Update tag limitations · c6a2e0d7
    Klaus Aehlig authored
    
    
    We always supported underscores in tags since \w in pythons
    interpretation of regular expressions does include the underscore.
    While this might have happened by accident, there is no reason to
    change the implementation. The motivation for the restriction
    was to avoid accidents with wrong (manual) shell escaping; the
    underscore, however, has no special meaning to the shell. So
    just make the documentation say what we implemented.
    
    Signed-off-by: default avatarKlaus Aehlig <aehlig@google.com>
    Reviewed-by: default avatarPetr Pudlak <pudlak@google.com>
    c6a2e0d7