diff options
Diffstat (limited to 'contrib/catch2/tests/SelfTest/Misc')
3 files changed, 4 insertions, 0 deletions
diff --git a/contrib/catch2/tests/SelfTest/Misc/invalid-test-names.input b/contrib/catch2/tests/SelfTest/Misc/invalid-test-names.input new file mode 100644 index 0000000..e2bc88e --- /dev/null +++ b/contrib/catch2/tests/SelfTest/Misc/invalid-test-names.input @@ -0,0 +1 @@ +Test with special, characters in \" name diff --git a/contrib/catch2/tests/SelfTest/Misc/plain-old-tests.input b/contrib/catch2/tests/SelfTest/Misc/plain-old-tests.input new file mode 100644 index 0000000..ae6d9f1 --- /dev/null +++ b/contrib/catch2/tests/SelfTest/Misc/plain-old-tests.input @@ -0,0 +1,2 @@ +random SECTION tests +nested SECTION tests diff --git a/contrib/catch2/tests/SelfTest/Misc/special-characters-in-file.input b/contrib/catch2/tests/SelfTest/Misc/special-characters-in-file.input new file mode 100644 index 0000000..b68a6bf --- /dev/null +++ b/contrib/catch2/tests/SelfTest/Misc/special-characters-in-file.input @@ -0,0 +1 @@ +Test with special\, characters \"in name |
