Bugfix: WHITESPACE was missing in front of the workspace name (Thanks Mirko)
This commit is contained in:
@ -404,7 +404,7 @@ workspace:
|
||||
|
||||
optional_workspace_name:
|
||||
/* empty */ { $<string>$ = NULL; }
|
||||
| workspace_name { $<string>$ = $<string>1; }
|
||||
| WHITESPACE workspace_name { $<string>$ = $<string>1; }
|
||||
;
|
||||
|
||||
workspace_name:
|
||||
|
Reference in New Issue
Block a user