summaryrefslogtreecommitdiff
path: root/src/tests/windows_eol.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests/windows_eol.phpt')
-rw-r--r--src/tests/windows_eol.phpt10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/tests/windows_eol.phpt b/src/tests/windows_eol.phpt
new file mode 100644
index 0000000..0e81274
--- /dev/null
+++ b/src/tests/windows_eol.phpt
@@ -0,0 +1,10 @@
1--TEST--
2Windows EOL in configuration file
3--SKIPIF--
4<?php if (!extension_loaded("snuffleupagus")) print "skip"; ?>
5--INI--
6sp.configuration_file={PWD}/config/windows_eol.ini
7--FILE--
8<?php echo "1\n"; ?>
9--EXPECT--
101