third_party.pylibs.pylint.src/test/input/similar2
Ry4an Brase 468da1ceac Add --ignore-imports option to similarity checking. Closes #106534.
Additionally:
 - add access to existing --ignore-docstrings option to symilar command line
 - add access to new --ignore-imports option to symilar command line
 - add test for existing --ignore-docstring feature
 - add test for new --ignore-imports feature
2012-09-29 23:47:36 -04:00

23 lines
151 B
Plaintext

import one
from two import two
three
four
five
six
seven
eight
nine
''' ten
ELEVEN
twelve '''
thirteen
fourteen
FIFTEEN
sixteen
seventeen
eighteen