PY-20785 Do not inject inside f-string fragments which contain named unicode escapes
authorMikhail Golubev <mikhail.golubev@jetbrains.com>
Thu, 22 Sep 2016 13:58:40 +0000 (16:58 +0300)
committerMikhail Golubev <mikhail.golubev@jetbrains.com>
Mon, 26 Sep 2016 06:09:23 +0000 (09:09 +0300)
commitde6feb7cc5eb1a579339e2f395b64d840b2fb6bd
treea8eb500528c151c2f76a153e70140d2e764586f8
parent7196817a77509b49e32b1a8fa244ec42a39cb5fc
PY-20785 Do not inject inside f-string fragments which contain named unicode escapes

We cannot decode them properly yet because JDK doesn't offer any
analog of unicodedata.lookup() in Python.
python/src/com/jetbrains/python/codeInsight/fstrings/FStringParser.java
python/src/com/jetbrains/python/codeInsight/fstrings/PyFStringsInjector.java
python/testSrc/com/jetbrains/python/PyFStringTest.java