NAME
Text::Editor::Vip::Buffer::Test - Support functions for testing
SYNOPSIS
use Test::More qw(no_plan);
use Text::Editor::Vip::Buffer ;
use Text::Editor::Vip::Buffer::Test ;
my $buffer = new Text::Editor::Vip::Buffer() ;
is(TestDoUndo('$buffer->DeleteLine(3) ;', '$buffer->Insert("Line 1\nLine 2\nLine 3\nLine 4") ;'), 1, 'test undo after DeleteLine') ;
DESCRIPTION
Support functions for testing
USAGE
BUGS
SUPPORT
AUTHOR
Khemir Nadim ibn Hamouda
CPAN ID: NKH
mailto:nadim@khemir.net
http:// no web site
COPYRIGHT
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
The full text of the license can be found in the LICENSE file included with this module.