<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/ext/enchant/tests, branch PHP-7.3.17</title>
<subtitle>git.php.net: repository/php-src.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/'/>
<entry>
<title>Sync leading and final newlines in *.phpt sections</title>
<updated>2018-10-15T02:32:30+00:00</updated>
<author>
<name>Peter Kokot</name>
<email>peterkokot@gmail.com</email>
</author>
<published>2018-10-15T02:32:30+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=b746e6988743b46ccb0542d5d568eef0608ee296'/>
<id>b746e6988743b46ccb0542d5d568eef0608ee296</id>
<content type='text'>
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-' &lt;newline&gt;'
characters plus a terminating '&lt;newline&gt;' 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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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-' &lt;newline&gt;'
characters plus a terminating '&lt;newline&gt;' 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
</pre>
</div>
</content>
</entry>
<entry>
<title>Trim trailing whitespace in *.phpt</title>
<updated>2018-10-14T17:45:12+00:00</updated>
<author>
<name>Peter Kokot</name>
<email>peterkokot@gmail.com</email>
</author>
<published>2018-10-14T15:45:48+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=782352c54ad69c517e3c32b0dd2c25d74842647a'/>
<id>782352c54ad69c517e3c32b0dd2c25d74842647a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'PHP-7.2'</title>
<updated>2017-10-15T12:08:03+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2017-10-15T12:08:03+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=c189b4788d82d552add263613024062ba2cc220d'/>
<id>c189b4788d82d552add263613024062ba2cc220d</id>
<content type='text'>
* PHP-7.2:
  Fixed bug #53070 (enchant_broker_get_path crashes if no path is set)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-7.2:
  Fixed bug #53070 (enchant_broker_get_path crashes if no path is set)
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed bug #53070 (enchant_broker_get_path crashes if no path is set)</title>
<updated>2017-10-15T11:57:44+00:00</updated>
<author>
<name>Jelle van der Waa</name>
<email>jelle@vdwaa.nl</email>
</author>
<published>2017-10-09T18:35:53+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=5acb8381b22f4acf629d8fc89b4e0872f1a0825c'/>
<id>5acb8381b22f4acf629d8fc89b4e0872f1a0825c</id>
<content type='text'>
enchant_broker_get_dict_path segfaults when the dict path is not setup,
instead of segfaulting return false instead.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
enchant_broker_get_dict_path segfaults when the dict path is not setup,
instead of segfaulting return false instead.
</pre>
</div>
</content>
</entry>
<entry>
<title>Skip these enchant tests if no dicts or providers are installed</title>
<updated>2017-07-25T20:10:34+00:00</updated>
<author>
<name>Kalle Sommer Nielsen</name>
<email>kalle@php.net</email>
</author>
<published>2017-07-25T20:10:34+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=069477f2c1496e473c0f7b76c9b29a5549d7b517'/>
<id>069477f2c1496e473c0f7b76c9b29a5549d7b517</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'pull-request/1471'</title>
<updated>2015-08-19T20:27:39+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmb@php.net</email>
</author>
<published>2015-08-19T20:27:39+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=7373da78fea6130bffad75bfeff3d2cdce0ddba3'/>
<id>7373da78fea6130bffad75bfeff3d2cdce0ddba3</id>
<content type='text'>
* pull-request/1471:
  add test for php_enchant_broker_free()
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* pull-request/1471:
  add test for php_enchant_broker_free()
</pre>
</div>
</content>
</entry>
<entry>
<title>add test for php_enchant_broker_free()</title>
<updated>2015-08-19T20:25:29+00:00</updated>
<author>
<name>marcosptf</name>
<email>marcosptf@yahoo.com.br</email>
</author>
<published>2015-08-15T10:27:57+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=bf340ec417f7e894e673c9ed3fb8336a506d5d1a'/>
<id>bf340ec417f7e894e673c9ed3fb8336a506d5d1a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'pull-request/1472'</title>
<updated>2015-08-19T20:16:42+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmb@php.net</email>
</author>
<published>2015-08-19T20:16:42+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=8e9e1b7da30119d1aeacde4d4440d6b73f60489e'/>
<id>8e9e1b7da30119d1aeacde4d4440d6b73f60489e</id>
<content type='text'>
* pull-request/1472:
  This is a new test for enchant_broker_free_dict(). This function never was covered by .phpt
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* pull-request/1472:
  This is a new test for enchant_broker_free_dict(). This function never was covered by .phpt
</pre>
</div>
</content>
</entry>
<entry>
<title>This is a new test for enchant_broker_free_dict().</title>
<updated>2015-08-19T20:15:40+00:00</updated>
<author>
<name>marcosptf</name>
<email>marcosptf@yahoo.com.br</email>
</author>
<published>2015-08-16T17:45:14+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=d085100a529adbd3a8bcdb3212f969a5f2c57a47'/>
<id>d085100a529adbd3a8bcdb3212f969a5f2c57a47</id>
<content type='text'>
This function never was covered by .phpt
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This function never was covered by .phpt
</pre>
</div>
</content>
</entry>
<entry>
<title>testing enchant_broker_(g|s)et_dict_path</title>
<updated>2015-08-19T19:57:42+00:00</updated>
<author>
<name>marcosptf</name>
<email>marcosptf@yahoo.com.br</email>
</author>
<published>2015-08-17T23:22:37+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=9a4b0dbe406b6c271d0847eb7ddae268832f7b42'/>
<id>9a4b0dbe406b6c271d0847eb7ddae268832f7b42</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
