Add a test for syntax highlighting pipes

This commit is contained in:
ridiculousfish 2014-08-22 11:53:20 -07:00
parent 8aad53556d
commit d8b955294a

View file

@ -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}
};