intersystems / isc-codetidy

MIT License
2 stars 5 forks source link

Bracket matching and unit tests for autotweak #19

Closed isc-svelury closed 2 years ago

isc-svelury commented 2 years ago

We removed these features before global summit because they didn't work correctly. I added a bracket matching method to find the correct closing ")" for a given "(". I have added the tweaks back in, modified them to work with this new bracket matching method and added unit tests.

Closes #18