Edson Menegatti

Results 3 issues of Edson Menegatti

First of all, amazing library and thank you for writing it. I've been going through the library for the last couple of day and I've noticed a couple of things...

Prevent matching mentions within quotes or code snippets. For ease of implementation, the regex searches for `only after the mention, instead of trying to match it after and before, this...

I have a very simple scenario as follows: ``` run_test { tasks = [":app:testDebugUnitTest --tests \"com.whatsapp.jid.JidFactoryTest\""] cleanup-tasks = [":app:cleanTestDebugUnitTest"] } ``` But this fails with an error that says there's...