fix tests

This commit is contained in:
Antony Dovgal 2007-09-10 10:28:54 +00:00
parent 99695744ac
commit a09eadc95b
3 changed files with 6 additions and 7 deletions

View File

@ -58,7 +58,7 @@ Ucwords"
-- Iteration 6 --
string(16) "Testing\nucwords"
-- Iteration 7 --
string(16) "Testing\vucwords"
string(15) "Testing Ucwords"
-- Iteration 8 --
string(16) "Testing\vucwords"
-- Iteration 9 --
@ -81,5 +81,5 @@ Ucwords"
-- Iteration 17 --
string(16) "Testing\fucwords"
-- Iteration 18 --
string(16) "Testing\fucwords"
string(15) "Testing Ucwords"
Done

View File

@ -80,11 +80,11 @@ string(52) "Testing Ucword() With
Multiline String Using
Heredoc"
-- Iteration 4 --
string(96) "Testing
string(93) "Testing
Ucword(str) With
Multiline String Using
Heredoc
String.with\vdifferent\fwhite\vspaces"
String.with Different White Spaces"
-- Iteration 5 --
string(53) "12sting 123string 4567
String 123string
@ -96,4 +96,3 @@ string(108) "It's Bright,but I Cann't See It.
'things In Single Quote'
This\line Is /with\slashs"
Done

View File

@ -97,7 +97,7 @@ Ucwords Testing Ucwords"
-- Iteration 15 --
string(32) "Testing\rucwords Testing Ucwords"
-- Iteration 16 --
string(36) "Testing\fucwords \f Testing
string(34) "Testing Ucwords Testing
Ucwords"
-- Iteration 17 --
string(36) "Testing\fucwords \f Testing
@ -111,7 +111,7 @@ Ucwords
-- Iteration 19 --
string(39) "\ntesting\nucwords\n Testing \n Ucwords"
-- Iteration 20 --
string(20) "Using\vvertical\vtab"
string(18) "Using Vertical Tab"
-- Iteration 21 --
string(20) "Using\vvertical\vtab"
-- Iteration 22 --