Add tests for escaping special characters in CLI

This commit is contained in:
Martin Hořeňovský 2019-09-21 00:11:45 +02:00
parent 2bcff9dd35
commit fc2066bf18
No known key found for this signature in database
GPG key ID: DE48307B8B0D381A
7 changed files with 28 additions and 7 deletions

View file

@ -506,3 +506,8 @@ TEST_CASE( "Process can be configured on command line", "[config][command-line]"
}
}
}
TEST_CASE("Test with special, characters \"in name", "[cli][regression]") {
// This test case succeeds if we can invoke it from the CLI
SUCCEED();
}