Skip to content

Commit

Permalink
static analysis: 2 newlines between funcs
Browse files Browse the repository at this point in the history
  • Loading branch information
jquast committed Sep 14, 2015
1 parent 8e28f44 commit c03620f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions wcwidth/tests/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"""This file intentionally left blank."""
2 changes: 2 additions & 0 deletions wcwidth/tests/test_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ def test_combining_cafe():
assert length_each == expect_length_each
assert length_phrase == expect_length_phrase


def test_combining_enclosing():
u"""CYRILLIC CAPITAL LETTER A + COMBINING CYRILLIC HUNDRED THOUSANDS SIGN is А҈ of length 1."""
phrase = u"\u0410\u0488"
Expand All @@ -122,6 +123,7 @@ def test_combining_enclosing():
assert length_each == expect_length_each
assert length_phrase == expect_length_phrase


def test_combining_spacing():
u"""Balinese kapal (ship) is ᬓᬨᬮ᭄ of length 4."""
phrase = u"\u1B13\u1B28\u1B2E\u1B44"
Expand Down

0 comments on commit c03620f

Please sign in to comment.