mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-02-27 07:18:57 -06:00
Remove whitespaces at the end of files, ' and - characters
This commit is contained in:
@@ -276,7 +276,7 @@ TEST_CASE("Documentation: Constructor", "[documentation]") {
|
||||
|
||||
TEST_CASE("Documentation: Initializer Constructor", "[documentation]") {
|
||||
using namespace openspace::documentation;
|
||||
|
||||
|
||||
Documentation doc {
|
||||
{
|
||||
// Basic Verifiers
|
||||
@@ -1037,7 +1037,7 @@ TEST_CASE("Documentation: Optional", "[documentation]") {
|
||||
positiveRes = testSpecification(doc, positive);
|
||||
CHECK(positiveRes.success);
|
||||
CHECK(positiveRes.offenses.empty());
|
||||
|
||||
|
||||
ghoul::Dictionary negative;
|
||||
TestResult negativeRes = testSpecification(doc, negative);
|
||||
CHECK_FALSE(negativeRes.success);
|
||||
|
||||
Reference in New Issue
Block a user