russHyde / dupree

{dupree} helps identify code blocks that have a high level of similarity in a set of R files
https://russhyde.github.io/dupree/
Other
36 stars 0 forks source link

comment lines should not be included at import #15

Closed russHyde closed 5 years ago

russHyde commented 5 years ago

Filtered any COMMENT blocks out during import_parsed_code_blocks_from_one_file.

This ensured a failing test now passes.

Note that ....from_one_file was previously ...from_single_file.