diff options
Diffstat (limited to 'third_party/git/t/t4034/tex')
-rw-r--r-- | third_party/git/t/t4034/tex/expect | 9 | ||||
-rw-r--r-- | third_party/git/t/t4034/tex/post | 4 | ||||
-rw-r--r-- | third_party/git/t/t4034/tex/pre | 4 |
3 files changed, 0 insertions, 17 deletions
diff --git a/third_party/git/t/t4034/tex/expect b/third_party/git/t/t4034/tex/expect deleted file mode 100644 index 604969bcde9b..000000000000 --- a/third_party/git/t/t4034/tex/expect +++ /dev/null @@ -1,9 +0,0 @@ -<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/third_party/git/t/t4034/tex/post b/third_party/git/t/t4034/tex/post deleted file mode 100644 index 65cab61a10bb..000000000000 --- a/third_party/git/t/t4034/tex/post +++ /dev/null @@ -1,4 +0,0 @@ -\section{Something new} -\textbf{Macro style} -{\bfseries State toggle style} -\\[1cm] diff --git a/third_party/git/t/t4034/tex/pre b/third_party/git/t/t4034/tex/pre deleted file mode 100644 index 2b2dfcb65c57..000000000000 --- a/third_party/git/t/t4034/tex/pre +++ /dev/null @@ -1,4 +0,0 @@ -\section{Something} -\emph{Macro style} -{\em State toggle style} -\\[1em] |