diff options
Diffstat (limited to 'coverage/plugin.py')
-rw-r--r-- | coverage/plugin.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/coverage/plugin.py b/coverage/plugin.py index b9cb7238..6997b489 100644 --- a/coverage/plugin.py +++ b/coverage/plugin.py @@ -496,6 +496,7 @@ class FileReporter(object): * ``'num'``: a number * ``'op'``: an operator * ``'str'``: a string literal + * ``'ws'``: some white space * ``'txt'``: some other kind of text If you concatenate all the token texts, and then join them with |