Commit Graph

17 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 Schroeder
5df789cf51 Silencing malformed UTF-8 character warning
Add use utf8.
2015-05-15 16:28:25 +02:00
Alex Schroeder
e7c77a7b0e Fix permissions for tests 2015-04-06 21:00:58 +02:00
Alex Jakimenko
f4e551111a Executable flag is only useful when shebang is specified 2014-09-03 14:23:20 +03:00
Alex Schroeder
8b5ee4ccce Removed the HTML comment in the first test after mentioning the
problem to Brian.
2008-12-14 00:52:04 +00:00
Brian Curry
78c55c5783 * modules/crossbar.pl: New module. Provides a sustainable
replacement for the Sidebar module, for all Sidebar users
requiring a cleaner integration of that module with other modules
such as "toc.pl" and "footnotes.pl". This new module also improves
Sidebar customizability by permitting users to place the "Crossbar"
at any position in any page.
* modules/forms.pl (FormsRules): Generalized so as to support both
the Sidebar and Crossbar modules.
* modules/toc.pl (RunMyRulesToc): Generalized so as to support both
the Sidebar and Crossbar modules.
* t/crossbar.t: New test suite, testing the Crossbar module.
2008-11-23 22:13:29 +00:00
Brian Curry
af3c7169ea * modules/sidebar.pl: Refactored. This is a complete rewrite
removing all previous module-specific hacks. However, as it is a
rewrite, it may still have issues. (Fortunately, time is the mother
of invention and bug fixes.)
* modules/toc.pl: Refactored. This is a complete rewrite
removing all previous module-specific hacks. As with "sidebar.pl",
it may still have issues. That said -- I'm relatively proud of it,
and confident that it (should) stand up under rigorous scrutinies,
utilization, and brutalization.
* modules/forms.pl (FormsRule): Slightly revised, so as to comply
with the "sidebar.pl" refactoring.
2008-11-15 12:48:13 +00:00
Alex Schroeder
0904676126 Added two more tests to check the problem where cache=0 resets the
HTML cache.
2007-11-14 22:04:38 +00:00
Alex Schroeder
1e7e331a8d Added a test to check whether the TOC is stored in the HTML cache. 2007-08-29 12:27:16 +00:00
Alex Schroeder
46c98aa5cf Switch to GPLv3 2007-08-17 00:30:31 +00:00
Alex Schroeder
ca49a6205c Fixed some tests. 2007-08-16 20:00:44 +00:00
Alex Schroeder
1279143479 More tests regarding quoting. 2007-08-03 08:31:28 +00:00
Alex Schroeder
82c376f5ea Update copyright year. 2007-04-08 23:01:28 +00:00
Alex Schroeder
e00aac24ae Added a test for toc tag class. 2007-02-15 21:58:21 +00:00
Alex Schroeder
ceab765e10 Added another test. 2007-02-09 21:53:57 +00:00
Alex Schroeder
558af917a1 Added license. 2006-09-20 00:11:31 +00:00
Alex Schroeder
4c386d3b1d Moved here from ../test.pl 2006-09-19 23:48:31 +00:00