mirror of
https://github.com/catchorg/Catch2.git
synced 2025-09-17 02:25:38 +02:00
Added test for invisibles
This commit is contained in:
@@ -3613,6 +3613,24 @@
|
||||
<TestCase name="not allowed">
|
||||
<OverallResult success="true"/>
|
||||
</TestCase>
|
||||
<TestCase name="Tabs and newlines show in output">
|
||||
<Expression success="false" filename="/Users/philnash/Dev/OSS/Catch/projects/SelfTest/MiscTests.cpp" >
|
||||
<Original>
|
||||
s1 == s2
|
||||
</Original>
|
||||
<Expanded>
|
||||
"if ($b == 10) {
|
||||
$a = 20;
|
||||
}"
|
||||
==
|
||||
"if ($b == 10) {
|
||||
$a = 20;
|
||||
}
|
||||
"
|
||||
</Expanded>
|
||||
</Expression>
|
||||
<OverallResult success="false"/>
|
||||
</TestCase>
|
||||
<TestCase name="Process can be configured on command line">
|
||||
<Section name="default - no arguments">
|
||||
<Expression success="true" filename="/Users/philnash/Dev/OSS/Catch/projects/SelfTest/TestMain.cpp" >
|
||||
@@ -6863,7 +6881,7 @@ there"
|
||||
</Section>
|
||||
<OverallResult success="true"/>
|
||||
</TestCase>
|
||||
<OverallResults successes="536" failures="110"/>
|
||||
<OverallResults successes="536" failures="111"/>
|
||||
</Group>
|
||||
<OverallResults successes="536" failures="110"/>
|
||||
<OverallResults successes="536" failures="111"/>
|
||||
</Catch>
|
||||
|
Reference in New Issue
Block a user