Closed ezpuzz closed 2 years ago
I'd like to keep contributing to this plugin, I think a new feature that would be nice is working within a nested block sequence like:
this: tests: - block - sequences: like: this
on last line would expect this > tests > sequences but hangs.
this > tests > sequences
on my #3 PR it does not crash but only gets this > tests
this > tests
Seems like since mosheavni's PR the bug is fixed. It produces: this > tests[] > sequences.
this > tests[] > sequences
Closing.
I'd like to keep contributing to this plugin, I think a new feature that would be nice is working within a nested block sequence like:
on last line would expect
this > tests > sequences
but hangs.on my #3 PR it does not crash but only gets
this > tests