diff options
author | Alexey Zakhlestin <indeyets@php.net> | 2009-07-15 14:08:18 +0000 |
---|---|---|
committer | Alexey Zakhlestin <indeyets@php.net> | 2009-07-15 14:08:18 +0000 |
commit | 7b6eae5402bd574e25a872503cc2adec3174f47d (patch) | |
tree | 366d03a7b9deb141ca812456e271abb7b3ed2caa /ext/standard/tests/array/array_unique_variation2.phpt | |
parent | 03fa36f45aef39141decba406824e51a8c2d8f26 (diff) | |
download | php-git-7b6eae5402bd574e25a872503cc2adec3174f47d.tar.gz |
fix tests corrupted by svn's eol-style=native
Diffstat (limited to 'ext/standard/tests/array/array_unique_variation2.phpt')
-rw-r--r-- | ext/standard/tests/array/array_unique_variation2.phpt | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/ext/standard/tests/array/array_unique_variation2.phpt b/ext/standard/tests/array/array_unique_variation2.phpt index 6e375f2494..3cfcfba2b2 100644 --- a/ext/standard/tests/array/array_unique_variation2.phpt +++ b/ext/standard/tests/array/array_unique_variation2.phpt @@ -116,8 +116,7 @@ array(4) { [0]=> %unicode|string%(3) "a" [1]=> - %unicode|string%(5) "aaaa -" + %unicode|string%(5) "aaaa
" [2]=> %unicode|string%(1) "b" [4]=> @@ -145,8 +144,7 @@ The quick brown fox jumped over; the lazy dog This is a double quoted string" [%b|u%"h3"]=> - %unicode|string%(88) "hello - world + %unicode|string%(88) "hello
world 1111 != 2222 heredoc double quoted string. withdifferentwhitespaces" |