From 62efc4a24f71b5b0c1e512ca3f9c5e1c23e069d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christopher=20Ram=C3=ADrez?= Date: Sun, 17 Aug 2014 19:33:14 -0600 Subject: [PATCH] New tests for issue #8. --- test_secretary.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/test_secretary.py b/test_secretary.py index c95824a..766a971 100644 --- a/test_secretary.py +++ b/test_secretary.py @@ -45,12 +45,11 @@ class RenderTestCase(TestCase): '\n': '', '\n': '', '\n': '', + 'Hello\n': 'Hello', + 'Hello\nWorld\n!': 'HelloWorld!', '\n': '', - '\u0009': '', + '\u0009': '', '\n': '', - '\u0009': '', - '\u000d': '', - '\u000a': '', } for test, expect in test_samples.items():