mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-06 17:31:14 -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"ls", highlight_spec_command},
|
||||||
{L"param2", highlight_spec_param},
|
{L"param2", highlight_spec_param},
|
||||||
{L")", highlight_spec_operator},
|
{L")", highlight_spec_operator},
|
||||||
|
{L"|", highlight_spec_statement_terminator},
|
||||||
|
{L"cat", highlight_spec_command},
|
||||||
{NULL, -1}
|
{NULL, -1}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user