mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Lint: Add extra blank line
This commit is contained in:
parent
27b93fcc68
commit
370de07617
1 changed files with 1 additions and 0 deletions
|
@ -105,6 +105,7 @@ class TestBuildWhitespaceRegex(TestCase):
|
|||
regex = salt.utils.stringutils.build_whitespace_split_regex(SINGLE_DOUBLE_SAME_LINE_TXT)
|
||||
self.assertTrue(re.search(regex, MATCH))
|
||||
|
||||
|
||||
class StringutilsTestCase(TestCase):
|
||||
def test_contains_whitespace(self):
|
||||
does_contain_whitespace = 'A brown fox jumped over the red hen.'
|
||||
|
|
Loading…
Add table
Reference in a new issue