lightning-auriga / snakemake_unit_tests

Candidate supplement to snakemake --generate-unit-tests with more compatible use cases and flexibility.
MIT License
0 stars 1 forks source link

implicit string merging should depend on indentation level #30

Closed lightning-auriga closed 2 years ago

lightning-auriga commented 2 years ago

successive string lines should evidently only be merged if they're indented relative to the first line

lightning-auriga commented 2 years ago

in fact, this functionality is not possible given the limited amount of tokenized information available to the minimal parser. but that's ok, I think, because non-merged consecutive strings shouldn't (I hope) actually cause problems.

lightning-auriga commented 2 years ago

ok, updated. the partial functionality is removed, and associated tests are pruned down. better to be lean and minimalist in any case.