From 26785e290cb705deffb28edaa4d385a59dcbab86 2013-08-08 17:43:07 From: Jonathan Frederic Date: 2013-08-08 17:43:07 Subject: [PATCH] Fixed latex test to reflect removal of ansi strip --- diff --git a/IPython/nbconvert/filters/tests/test_latex.py b/IPython/nbconvert/filters/tests/test_latex.py index 10f8fc5..ae2914c 100644 --- a/IPython/nbconvert/filters/tests/test_latex.py +++ b/IPython/nbconvert/filters/tests/test_latex.py @@ -31,7 +31,7 @@ class TestLatex(TestsBase): (r'How are \you doing today?', r'How are \textbackslash{}you doing today?'), (r'\escapechar=`\A\catcode`\|=0 |string|foo', r'\textbackslash{}escapechar=`\textbackslash{}A\textbackslash{}catcode`\textbackslash{}|=0 |string|foo'), (r'# $ % & ~ _ ^ \ { }', r'\# \$ \% \& \textasciitilde{} \_ \^{} \textbackslash{} \{ \}'), - ('...\033[01;m', r'\ldots'), + ('...', r'\ldots'), ('','')] for test in tests: