Added test for invisibles

This commit is contained in:
Phil Nash
2014-04-23 07:07:27 +01:00
parent 328a469c03
commit 31caba4f73
5 changed files with 80 additions and 5 deletions

View File

@@ -3537,6 +3537,24 @@ MiscTests.cpp:<line number>
MiscTests.cpp:<line number>:
PASSED:
-------------------------------------------------------------------------------
Tabs and newlines show in output
-------------------------------------------------------------------------------
MiscTests.cpp:<line number>
...............................................................................
MiscTests.cpp:<line number>: FAILED:
CHECK( s1 == s2 )
with expansion:
"if ($b == 10) {
$a= 20;
}"
==
"if ($b == 10) {
$a = 20;
}
"
-------------------------------------------------------------------------------
Process can be configured on command line
default - no arguments
@@ -6650,5 +6668,5 @@ with expansion:
true
===============================================================================
125 test cases - 53 failed (646 assertions - 110 failed)
126 test cases - 54 failed (647 assertions - 111 failed)