Commit Graph

11 Commits

Author SHA1 Message Date
Aleks-Daniel Jakimenko
eb3071d0db Removing clear_pages() from the beginning of tests (part 2)
This script was used:
perl -0pi -e 's/(use utf8[^\n]+)\n+clear_pages\(\);[^\n]*\n+/$1\n\n/' *.t
2015-07-05 03:32:04 +03:00
Alex Jakimenko
f4e551111a Executable flag is only useful when shebang is specified 2014-09-03 14:23:20 +03:00
Alex Schroeder
67650e3dc8 More UTF-8 fixes
All the source files containing non-ASCII characters needed to have
utf8 added. This will be necessary for user config files as well! The
regular expressions identifying page names had to be changed.
UrlEncode translates the string back to bytes before encoding it.
Cached RSS files are saved with UTF-8 encoding and therefore need
their meta-data changed (using the XML::RSS module to do this
correctly didn't work for some of the test files). The CGI object's
parameters, keywords and info_path are decoded correctly. File access
uses the UTF-8 layer (reading, writing, appending, access to the log
of recent changes, running sub processes with grep and diff).

The mac compatibility extension will also disable the use of grep if
non-ASCII characters are searched for because of an unexplained
problem with grep.
2012-05-24 18:08:42 +02:00
Alex Schroeder
b0e59177af Test URL encoding. 2007-09-29 16:07:29 +00:00
Alex Schroeder
55685e6b0d Changed to GPLv3, and moved some tests to permanent-anchors.t. 2007-09-27 15:58:03 +00:00
Alex Schroeder
d83ed74ca9 Reorganized tests to better explain what is going on and to save a few requests. 2007-09-25 15:30:22 +00:00
Alex Schroeder
64c28520e1 Removed interlink redirection tests. 2007-09-24 08:26:20 +00:00
Alex Schroeder
f5e79d40fc Test interlink redirection. 2007-09-21 09:31:41 +00:00
Alex Schroeder
58e4172bbc Convert to Unix EOL.
Fix the reinitialization after the creation of InterMap pages.
2006-10-10 01:17:23 +00:00
Alex Schroeder
558af917a1 Added license. 2006-09-20 00:11:31 +00:00
Alex Schroeder
f436aae96a Moved tests here from ../test.pl 2006-09-19 17:48:28 +00:00