From 891348986c1ee97dfea81341a2cf07a89ce7d195 Mon Sep 17 00:00:00 2001 From: mdipierro Date: Tue, 1 May 2018 11:38:08 -0500 Subject: [PATCH] fixed test --- gluon/tests/test_html.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gluon/tests/test_html.py b/gluon/tests/test_html.py index 4cca19e2..b2940698 100644 --- a/gluon/tests/test_html.py +++ b/gluon/tests/test_html.py @@ -479,7 +479,7 @@ class TestBareHelpers(unittest.TestCase): counter=1, styles={}, highlight_line=None).xml(), - '
1.
print \'hello world\'
') + '
1.
print \'hello world\'
') def test_LABEL(self): self.assertEqual(LABEL('<>', _a='1', _b='2').xml(),