php-src/ext/pdo_pgsql/tests
Peter Kokot f1d7e3ca0b 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:31:31 +02:00
..
bug36727.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:31:31 +02:00
bug43925.phpt
bug46274_2.phpt Related to bug #65047 (Test skip on client / server version) 2013-06-19 12:26:21 +02:00
bug46274.phpt Related to bug #65047 (Test skip on client / server version) 2013-06-19 12:26:21 +02:00
bug48764.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:31:31 +02:00
bug61267.phpt - Fixed bug #61267: pdo_pgsql's PDO::exec() returns the number of SELECTed 2012-03-08 08:52:28 +00:00
bug62479.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:31:31 +02:00
bug62498-32bit.phpt fix tests 2016-04-06 17:43:49 +02:00
bug62498.phpt fix tests 2016-04-06 17:43:49 +02:00
bug62593.phpt Fixed bug #68351 (PDO::PARAM_BOOL and ATTR_EMULATE_PREPARES misbehaving) 2014-11-06 16:35:49 +01:00
bug64953.phpt Fix bug #64953 (Postgres prepared statement positional parameter casting) 2013-08-20 19:19:02 +02:00
bug66584.phpt fix test 2015-03-14 18:29:59 +01:00
bug67462.phpt Fixed bug #67462 PDO_PGSQL::beginTransaction() wrongly throws exception when not in transaction 2014-10-31 18:11:32 +01:00
bug68199.phpt Fixed bug #68199 (PDO::pgsqlGetNotify doesn't support NOTIFY payloads) 2014-10-17 16:22:52 +02:00
bug68371.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:31:31 +02:00
bug69344.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:31:31 +02:00
bug69362.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:31:31 +02:00
bug69752.phpt rework that test to allow delta for rounding errors 2015-06-11 17:05:03 +02:00
bug70313.phpt Fixed bug #70313 PDO statement fails to throw exception 2016-07-10 14:33:56 +02:00
bug70861.phpt add test for bug #70861 2015-11-05 19:48:08 +01:00
bug71573.phpt Fixed bug #71573 (Segfault (core dumped) if paramno beyond bound) 2016-05-11 11:12:27 +08:00
bug72294.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:31:31 +02:00
bug72570.phpt fix test out 2016-07-19 15:05:14 +02:00
bug72633.phpt Clean up FR #72633 2016-08-04 09:28:58 +02:00
bug73959.phpt Fixed #73959 - lastInsertId fails to throw an exception in pdsql 2017-01-20 20:10:55 +00:00
bug75402.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:31:31 +02:00
bug_33876.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:31:31 +02:00
bug_49985.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:31:31 +02:00
common.phpt Implemented FR #72633 Postgres PDO lastInsertId() should work without specifying a sequence 2016-07-27 23:00:12 +02:00
config.inc Revert changes to configs by accident 2014-05-20 11:31:39 +08:00
copy_from.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:31:31 +02:00
copy_to.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:31:31 +02:00
debug_emulated_prepares.phpt Add "Sent SQL" to debug dump for emulated prepares 2016-12-20 11:07:04 -05:00
disable_prepares.phpt Added new PDO::PGSQL_ATTR_DISABLE_PREPARES that uses PQexecParams 2014-03-11 23:10:48 +01:00
getnotify.phpt make timing check more forgiving in these tests 2016-12-15 12:20:37 +01:00
is_in_transaction.phpt Fix PDO::inTransaction() test for pgsql 2013-06-02 13:28:30 +02:00
large_objects.phpt MFH: Fixed test bug #47311 (PDO::PARAM_LOB columns need to be bound before execute() on PgSQL) 2009-02-11 10:44:38 +00:00