summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMoriyoshi Koizumi <moriyoshi@php.net>2002-12-19 15:29:09 +0000
committerMoriyoshi Koizumi <moriyoshi@php.net>2002-12-19 15:29:09 +0000
commit58037935f685734932072d2b690216f56f2b0f8e (patch)
treeb319936ea03c9d355b9435bddb82b0d06da60b5b /tests
parentc93d64375d337aaf992469b4aeeb616dd8ba73fe (diff)
downloadphp-git-58037935f685734932072d2b690216f56f2b0f8e.tar.gz
Appended "\n" as suggested by Derick.
Diffstat (limited to 'tests')
-rw-r--r--tests/basic/bug20539.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/basic/bug20539.phpt b/tests/basic/bug20539.phpt
index 76556ca2fe..6352960991 100644
--- a/tests/basic/bug20539.phpt
+++ b/tests/basic/bug20539.phpt
@@ -4,7 +4,7 @@ Bug #20539 (PHP CLI Segmentation Fault)
session.auto_start=1
--FILE--
<?php
- print "good :)";
+ print "good :)\n";
?>
--EXPECT--
good :)