We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4b1605 commit 1b049bdCopy full SHA for 1b049bd
tests/TestScripts/DiscoverTests/register-tests.cpp
@@ -10,3 +10,7 @@
10
11
TEST_CASE("@Script[C:\\EPM1A]=x;\"SCALA_ZERO:\"", "[script regressions]"){}
12
TEST_CASE("Some test") {}
13
+TEST_CASE( "Let's have a test case with a long name. Longer. No, even longer. "
14
+ "Really looooooooooooong. Even longer than that. Multiple lines "
15
+ "worth of test name. Yep, like this." ) {}
16
+TEST_CASE( "And now a test case with weird tags.", "[tl;dr][tl;dw][foo,bar]" ) {}
0 commit comments