Add tSTRING to the pathname production, so that you can quote a
pathname which contains 'odd' characters.
This commit is contained in:
parent
28c2b5494f
commit
a418694d05
|
@ -154,6 +154,7 @@ command:
|
||||||
|
|
||||||
pathname:
|
pathname:
|
||||||
identifier { $$ = $1; }
|
identifier { $$ = $1; }
|
||||||
|
| tSTRING { $$ = $1; }
|
||||||
| tPATH { $$ = $1; }
|
| tPATH { $$ = $1; }
|
||||||
;
|
;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue