This commit is contained in:
William Ballenthin
2021-08-24 11:45:48 -06:00
parent f55e758d47
commit 3b4cb47597

View File

@@ -766,7 +766,7 @@ def test_substring_feature():
assert (Substring("abc") in children) == True
assert (Substring("def") in children) == True
assert (Substring("gh\ni") in children) == True
def test_substring_description():
rule = textwrap.dedent(