Add test for 'flush_before' option
authorJakub Narebski <jnareb@gmail.com>
Mon, 10 Jan 2011 13:35:06 +0000 (14:35 +0100)
committerJakub Narebski <jnareb@gmail.com>
Mon, 10 Jan 2011 13:35:06 +0000 (14:35 +0100)
commit8af6dead371dda2793a0649592cfa0dcf905e5bc
tree0166f4eddc22740778fc3b4c9725ea27ec5a3e3f
parent6d80bb9ab1285f5a97311117d29e5a5e1431988a
Add test for 'flush_before' option

'flush_before' is actually option to ->collect() filter, which
underlies the ->replace() and ->repeat() filters.

Working version of example code from HTML::Zoom manpage (search for
'flush_before') is used in this test.
t/flush.t [new file with mode: 0644]