Skip to content
  • Zandr Martin's avatar
    disallow invalid name characters · f7fb0700
    Zandr Martin authored and Drew DeVault's avatar Drew DeVault committed
    This commit makes using invalid characters in the name a fatal error.
    Before this patch, "foo | bar(1)" would parse as "foobar(1)". Now it is
    a fatal error and parsing stops.
    f7fb0700