php-src/ext/pdo_dblib/tests
Peter Kokot 113213f027 Sync leading and final newlines in *.phpt sections
This patch adds missing newlines, trims multiple redundant final
newlines into a single one, and trims redundant leading newlines in all
*.phpt sections.

According to POSIX, a line is a sequence of zero or more non-' <newline>'
characters plus a terminating '<newline>' character. [1] Files should
normally have at least one final newline character.

C89 [2] and later standards [3] mention a final newline:
"A source file that is not empty shall end in a new-line character,
which shall not be immediately preceded by a backslash character."

Although it is not mandatory for all files to have a final newline
fixed, a more consistent and homogeneous approach brings less of commit
differences issues and a better development experience in certain text
editors and IDEs.

[1] http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap03.html#tag_03_206
[2] https://port70.net/~nsz/c/c89/c89-draft.html#2.1.1.2
[3] https://port70.net/~nsz/c/c99/n1256.html#5.1.1.2
2018-10-15 04:29:24 +02:00
..
bug_38955.phpt return zvals instead of strings, cast or not based on stringify attribute 2016-04-06 12:18:53 +02:00
bug_45876.phpt Limit size of result set for test query 2016-09-21 16:21:33 -04:00
bug_47588.phpt return zvals instead of strings, cast or not based on stringify attribute 2016-04-06 12:18:53 +02:00
bug_50755.phpt pdo_dblib - improve test skip messages 2010-06-30 03:16:04 +00:00
bug_54648.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:43:12 +02:00
bug_67130.phpt PHP bug 67130: nextRowset should work with unfetched rows 2016-09-21 14:27:23 -04:00
bug_68957.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:29:24 +02:00
bug_69757.phpt limit size of result set so unit test runs reliably 2016-03-01 17:15:36 -05:00
bug_71667.phpt Correct for connection with PDO::ATTR_STRINGIFY_FETCHES set to false 2016-07-08 15:54:52 +02:00
common.phpt Add common suite 2016-09-13 16:43:25 -04:00
config.inc Trim trailing whitespace in source code files 2018-10-13 14:12:55 +02:00
pdo_dblib_quote.phpt Never quote values as raw binary data 2016-09-12 17:32:50 -04:00
stringify_uniqueidentifier.phpt Skip test for early TDS versions 2016-09-14 11:06:54 -04:00
timeout.phpt Allow \PDO::setAttribute() to set pdo_dblib query timeouts 2016-09-13 16:13:26 -04:00
types.phpt Handle SQLDECIMAL/SQLNUMERIC types, which are used by later TDS versions 2016-09-13 16:32:37 -04:00