mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-27 16:51:15 -03:00
Add a test for syntax highlighting pipes
This commit is contained in:
@@ -3404,6 +3404,8 @@ static void test_highlighting(void)
|
||||
{L"ls", highlight_spec_command},
|
||||
{L"param2", highlight_spec_param},
|
||||
{L")", highlight_spec_operator},
|
||||
{L"|", highlight_spec_statement_terminator},
|
||||
{L"cat", highlight_spec_command},
|
||||
{NULL, -1}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user