mirror of
https://github.com/koreader/koreader.git
synced 2025-12-13 20:36:53 +01:00
Follow-up to https://github.com/koreader/koreader/pull/4524 The regex in the Python wasn't actually picking up on that style of writing it at all, because it's not only ugly, but also so counter-intuitive that I overlooked to test for and add support for it. ``` _( [[ ``` It'd be easy to fix up the Python regex a little, and perhaps I will, but either way it makes more sense to automatically enforce this as a coding standard.