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