mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-30 03:01:15 -03:00
Initial work towars improved error reporting. Tests currently fail.
This commit is contained in:
@@ -46,7 +46,7 @@ RESOLVE(job_list)
|
||||
switch (token1.type)
|
||||
{
|
||||
case parse_token_type_string:
|
||||
// 'end' is special
|
||||
// some keywords are special
|
||||
switch (token1.keyword)
|
||||
{
|
||||
case parse_keyword_end:
|
||||
|
||||
Reference in New Issue
Block a user