mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-13 05:28:49 +00:00
Add a test for syntax highlighting pipes
This commit is contained in:
parent
8aad53556d
commit
d8b955294a
1 changed files with 2 additions and 0 deletions
|
@ -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}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue