From c03620f28923ee2884b8180c099641ea82acd096 Mon Sep 17 00:00:00 2001 From: Jeff Quast Date: Sun, 13 Sep 2015 22:33:40 -0700 Subject: [PATCH] static analysis: 2 newlines between funcs --- wcwidth/tests/__init__.py | 1 + wcwidth/tests/test_core.py | 2 ++ 2 files changed, 3 insertions(+) diff --git a/wcwidth/tests/__init__.py b/wcwidth/tests/__init__.py index e69de29..3813003 100644 --- a/wcwidth/tests/__init__.py +++ b/wcwidth/tests/__init__.py @@ -0,0 +1 @@ +"""This file intentionally left blank.""" diff --git a/wcwidth/tests/test_core.py b/wcwidth/tests/test_core.py index 87a4a95..b05a788 100755 --- a/wcwidth/tests/test_core.py +++ b/wcwidth/tests/test_core.py @@ -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" @@ -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"