pragma not recognized if tab character used · Issue #334 · nedbat/coveragepy (original) (raw)
Originally reported by Inyeol Lee (Bitbucket: inyeol_lee, GitHub: Unknown)
Pragma string with initial space gets recognized:
pragma: no cover
It doesn't get recognized if with initial tab:
#pragma: no cover
"pragma: no branch" shows the same behavior.