Skip to content
  • sheaf's avatar
    b17fb3d9
    Don't allow . in overloaded labels · b17fb3d9
    sheaf authored and Marge Bot's avatar Marge Bot committed
    This patch removes . from the list of allowed characters in a non-quoted
    overloaded label, as it was realised this steals syntax, e.g. (#.).
    
    Users who want this functionality will have to add quotes around the
    label, e.g. `#"17.28"`.
    
    Fixes #22821
    b17fb3d9
    Don't allow . in overloaded labels
    sheaf authored and Marge Bot's avatar Marge Bot committed
    This patch removes . from the list of allowed characters in a non-quoted
    overloaded label, as it was realised this steals syntax, e.g. (#.).
    
    Users who want this functionality will have to add quotes around the
    label, e.g. `#"17.28"`.
    
    Fixes #22821
Loading