<feed xmlns='http://www.w3.org/2005/Atom'>
<title>coreutils/tests/tr/Test.pm, branch v6.2</title>
<subtitle>Mirror of https://https.git.savannah.gnu.org/git/coreutils.git/
</subtitle>
<id>https://git.shady.money/coreutils/atom?h=v6.2</id>
<link rel='self' href='https://git.shady.money/coreutils/atom?h=v6.2'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/'/>
<updated>2006-08-17T19:58:17Z</updated>
<entry>
<title>Add/fix copyright notices and adjust to latest GNU FDL.</title>
<updated>2006-08-17T19:58:17Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2006-08-17T19:58:17Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=218fa5c61ba2f211b175aa943faa7eea286ff69e'/>
<id>urn:sha1:218fa5c61ba2f211b175aa943faa7eea286ff69e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>(repeat-000): Rename to `repeat-zeros' for the same reason.</title>
<updated>2005-01-12T15:27:28Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2005-01-12T15:27:28Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=10d9154380d8e2194e7a1427be3428752fca510b'/>
<id>urn:sha1:10d9154380d8e2194e7a1427be3428752fca510b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>(repeat-bigC): Change test name from</title>
<updated>2005-01-12T15:00:51Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2005-01-12T15:00:51Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=dc339f4f80596cb0b29754400b6c026e1b95e5d9'/>
<id>urn:sha1:dc339f4f80596cb0b29754400b6c026e1b95e5d9</id>
<content type='text'>
`repeat-Compl', to avoid 8.3 conflict with `repeat-compl'.
</content>
</entry>
<entry>
<title>(fowler-1): New test case.</title>
<updated>2004-09-09T00:28:18Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2004-09-09T00:28:18Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=73f6003f89b7e556f2527ccf58cee0da91a5bcc1'/>
<id>urn:sha1:73f6003f89b7e556f2527ccf58cee0da91a5bcc1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>New tests bs-055, bs-at-end, repeat-Compl.</title>
<updated>2004-06-02T08:50:42Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2004-06-02T08:50:42Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=27d6dec23d7a7b9f856ed7ac995e9483be5ea9d7'/>
<id>urn:sha1:27d6dec23d7a7b9f856ed7ac995e9483be5ea9d7</id>
<content type='text'>
Fix comment for range-a-a.
</content>
</entry>
<entry>
<title>2004-05-29  Paul Eggert  &lt;eggert@cs.ucla.edu&gt;</title>
<updated>2004-05-31T12:17:49Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2004-05-31T12:17:49Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=d6e5e7b49e866d8605c92926b38f38f38f20e846'/>
<id>urn:sha1:d6e5e7b49e866d8605c92926b38f38f38f20e846</id>
<content type='text'>
	tr cleanup, mostly having to do with integer type ranges.
	Remove all casts.

	* tests/tr/Test.pm: Add a few tests for the below.  Alas, most of
	the test cases wouldn't be portable, or would take too much CPU
	time, or both.
</content>
</entry>
<entry>
<title>Add these tests:</title>
<updated>2002-01-18T19:50:28Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2002-01-18T19:50:28Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=e2c1c2e5290bb415738ed38c6803fff5772d3c3b'/>
<id>urn:sha1:e2c1c2e5290bb415738ed38c6803fff5772d3c3b</id>
<content type='text'>
tr '[==]' x
tr '[::]' x
they should fail, not get a failed assertion.
</content>
</entry>
<entry>
<title>(o-rep-1, o-rep-2): New tests.</title>
<updated>2000-01-22T09:42:14Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2000-01-22T09:42:14Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=6df5aa20d7a672599a44235bc4f364100e65f097'/>
<id>urn:sha1:6df5aa20d7a672599a44235bc4f364100e65f097</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Do each test twice: get input via REDIR and PIPE.</title>
<updated>1997-01-30T03:38:47Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>1997-01-30T03:38:47Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=944b08f293cb23f6f7806902edb998dce9def105'/>
<id>urn:sha1:944b08f293cb23f6f7806902edb998dce9def105</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename tests so that the associated files</title>
<updated>1997-01-13T04:16:16Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>1997-01-13T04:16:16Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=0dac1e107c74b2c1781fbd9dfff22b02f48bd873'/>
<id>urn:sha1:0dac1e107c74b2c1781fbd9dfff22b02f48bd873</id>
<content type='text'>
have names that are distinct even on filesystems on which file
names are case insensitive.
</content>
</entry>
</feed>
