f7fb070 disallow invalid name characters

1 file Authored by Zandr Martin 4 years ago, Committed by ddevault 4 years ago,
1 file changed. 2 lines added. 0 lines removed.
    disallow invalid name characters
    
    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.
    
        
file modified
+2 -0