diff options
author | Junio C Hamano <gitster@pobox.com> | 2011-01-18 09:43:43 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-01-18 09:44:22 -0800 |
commit | 5269edf1702b7375a287d5bbbb3c1b1f3a8aa765 (patch) | |
tree | 0bb0b853db6868d2998a81ef7c0f75f7abfbf346 /t/t4034/perl/expect | |
parent | 5094d158741f0f62d69bba8e07dcdb6308528888 (diff) | |
download | git-5269edf1702b7375a287d5bbbb3c1b1f3a8aa765.tar.gz |
t4034 (diff --word-diff): add a minimum Perl drier test vector
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t4034/perl/expect')
-rw-r--r-- | t/t4034/perl/expect | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/t/t4034/perl/expect b/t/t4034/perl/expect new file mode 100644 index 0000000000..a1deb6b6ad --- /dev/null +++ b/t/t4034/perl/expect @@ -0,0 +1,13 @@ +<BOLD>diff --git a/pre b/post<RESET> +<BOLD>index f6610d3..e8b72ef 100644<RESET> +<BOLD>--- a/pre<RESET> +<BOLD>+++ b/post<RESET> +<CYAN>@@ -4,8 +4,8 @@<RESET> + +package Frotz;<RESET> +sub new {<RESET> + my <GREEN>(<RESET>$class<GREEN>, %opts)<RESET> = <RED>shift<RESET><GREEN>@_<RESET>; + return bless { <GREEN>xyzzy => "nitfol", %opts<RESET> }, $class; +}<RESET> + +__END__<RESET> |