aboutsummaryrefslogtreecommitdiff
path: root/rhodecode/tests
diff options
context:
space:
mode:
authorMarcin Kuzminski <marcin@python-works.com>2013-02-21 02:31:21 +0100
committerMarcin Kuzminski <marcin@python-works.com>2013-02-21 02:31:21 +0100
commit4f5eb70cdd8355176e10334e835b8a9ec39f2186 (patch)
treebd6ec24b635db61af48001afb364858b8a252587 /rhodecode/tests
parent11922026ebc78bb81efd64a27226a8331be1bd9f (diff)
whitespace cleanup
--HG-- branch : beta
Diffstat (limited to 'rhodecode/tests')
-rw-r--r--rhodecode/tests/test_libs.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/rhodecode/tests/test_libs.py b/rhodecode/tests/test_libs.py
index 3c6d8db3..151c0393 100644
--- a/rhodecode/tests/test_libs.py
+++ b/rhodecode/tests/test_libs.py
@@ -227,10 +227,10 @@ class TestLibs(unittest.TestCase):
("ffffffffffff some text traalaa",
"url[ffffffffffff] some text traalaa"),
("""Multi line
- 123123123123
+ 123123123123
some text 123123123123""",
"""Multi line
- url[123123123123]
+ url[123123123123]
some text url[123123123123]""")
])
def test_urlify_changesets(self, sample, expected):