We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
How to reproduce:
$ LD_LIBRARY_PATH=.libs python >>> from testpy import * >>> set_encoding('UTF-8') >>> set_output_encoding('UTF-8') >>> x2(u"(?i)\u0149\u0149", u"\u0149\u0149", 0, 2) FAIL: /(?i)ʼnʼn/ 'ʼnʼn'
It seems that Oniguruma 5.9.5 also has this bug.