mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-21 14:13:41 +08:00
Add a test for syntax highlighting pipes
This commit is contained in:
parent
8aad53556d
commit
d8b955294a
@ -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…
x
Reference in New Issue
Block a user