diff options
author | Junio C Hamano <gitster@pobox.com> | 2011-02-09 16:41:17 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-02-09 16:41:17 -0800 |
commit | 1bb4abeff7e541ccfd7c87f5369b090829346e68 (patch) | |
tree | 7e9dae7f6a5aba1d5241851bd46c6f7f458ebaf6 /t/t4034/tex | |
parent | Merge branch 'rr/fi-import-marks-if-exists' (diff) | |
parent | t4034 (diff --word-diff): add a minimum Perl drier test vector (diff) | |
download | tgif-1bb4abeff7e541ccfd7c87f5369b090829346e68.tar.xz |
Merge branch 'tr/diff-words-test'
* tr/diff-words-test:
t4034 (diff --word-diff): add a minimum Perl drier test vector
t4034 (diff --word-diff): style suggestions
userdiff: simplify word-diff safeguard
t4034: bulk verify builtin word regex sanity
Diffstat (limited to 't/t4034/tex')
-rw-r--r-- | t/t4034/tex/expect | 9 | ||||
-rw-r--r-- | t/t4034/tex/post | 4 | ||||
-rw-r--r-- | t/t4034/tex/pre | 4 |
3 files changed, 17 insertions, 0 deletions
diff --git a/t/t4034/tex/expect b/t/t4034/tex/expect new file mode 100644 index 0000000000..604969bcde --- /dev/null +++ b/t/t4034/tex/expect @@ -0,0 +1,9 @@ +<BOLD>diff --git a/pre b/post<RESET> +<BOLD>index 2b2dfcb..65cab61 100644<RESET> +<BOLD>--- a/pre<RESET> +<BOLD>+++ b/post<RESET> +<CYAN>@@ -1,4 +1,4 @@<RESET> +\section{Something <GREEN>new<RESET>} +<RED>\emph<RESET><GREEN>\textbf<RESET>{Macro style} +{<RED>\em<RESET><GREEN>\bfseries<RESET> State toggle style} +\\[<RED>1em<RESET><GREEN>1cm<RESET>] diff --git a/t/t4034/tex/post b/t/t4034/tex/post new file mode 100644 index 0000000000..65cab61a10 --- /dev/null +++ b/t/t4034/tex/post @@ -0,0 +1,4 @@ +\section{Something new} +\textbf{Macro style} +{\bfseries State toggle style} +\\[1cm] diff --git a/t/t4034/tex/pre b/t/t4034/tex/pre new file mode 100644 index 0000000000..2b2dfcb65c --- /dev/null +++ b/t/t4034/tex/pre @@ -0,0 +1,4 @@ +\section{Something} +\emph{Macro style} +{\em State toggle style} +\\[1em] |