Browse Source

Test blocks for case insensivity

Rafał Pitoń 11 years ago
parent
commit
10768249f9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      misago/markup/tests.py

+ 1 - 1
misago/markup/tests.py

@@ -41,7 +41,7 @@ Lorem [b]ipsum[/B].
         """block elements are correctly parsed"""
         test_text = """
 Lorem ipsum.
-[hr]
+[hR]
 Dolor met.
 """.strip()