Skip to content

Commit

Permalink
Add test for previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ftilmann committed Oct 6, 2018
1 parent 4cc6b2e commit 41bbbed
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
6 changes: 6 additions & 0 deletions testsuite/verbatim2-is143-new.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
\documentclass{book}
\begin{document}
\chapter{chapter1}

\end{document}

10 changes: 10 additions & 0 deletions testsuite/verbatim2-is143-old.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
\documentclass{book}
\begin{document}
\chapter{chapter1}
\begin{figure}
\begin{verbatim}
int main(int argc, char** argv){return 0;}
\end{verbatim}
\end{figure}
\end{document}

2 changes: 1 addition & 1 deletion testsuite/verify
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ set testroots=( test rapine_et_al island_obs2004 texdiffsample gershwin12 "gersh
delequ latin9 pollack move-equation nomarkup subscript doubledollar intertext \
DIFDELCMDBUG eqnarray eqnarray2 subscriptm delequ2 schneider gennady umesh underwood endfloat endfloat2 outerrise \
delequ3 delequ4 "simplefrac --allow-spaces" "master --flatten" "subfile --flatten" titlediffTest2 exampleDiff bornd2 \
"rolla --math-markup=2" mini "complex-maths --math-markup=1" margalit circonflex mwe-comment "apacite-test --flatten" quoteddollarunderscore units complicated-math move-equation2 lists "figures --graphics-markup=both" alignat "safecmd --append-safecmd=remark" verbatim embedded-math-array "verbatim-input --flatten" anchordemo 'customdiffcmdtest --add-to-config "CUSTOMDIFCMD=blindtext;mypar"' description \
"rolla --math-markup=2" mini "complex-maths --math-markup=1" margalit circonflex mwe-comment "apacite-test --flatten" quoteddollarunderscore units complicated-math move-equation2 lists "figures --graphics-markup=both" alignat "safecmd --append-safecmd=remark" verbatim verbatim2-is143 embedded-math-array "verbatim-input --flatten" anchordemo 'customdiffcmdtest --add-to-config "CUSTOMDIFCMD=blindtext;mypar"' description \
)

#set testroots= ( test subscript )
Expand Down

0 comments on commit 41bbbed

Please sign in to comment.