aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/coredata.py
diff options
context:
space:
mode:
authorJon Turney <jon.turney@dronecode.org.uk>2019-04-28 21:06:36 +0100
committerJussi Pakkanen <jpakkane@gmail.com>2019-04-28 23:06:36 +0300
commitccc4ce28cc9077d77a0bc9e72b1177eba1be7186 (patch)
tree8ed953d8d9afd62721c88ab3ce6460d85e5b596e /mesonbuild/coredata.py
parent03d34a79f8632bd8d84d06e1f76b2fdba00a9be0 (diff)
downloadmeson-ccc4ce28cc9077d77a0bc9e72b1177eba1be7186.zip
meson-ccc4ce28cc9077d77a0bc9e72b1177eba1be7186.tar.gz
meson-ccc4ce28cc9077d77a0bc9e72b1177eba1be7186.tar.bz2
consistent invalid escape sequence behaviour
* docs: document unrecognized escape sequence behaviour [skip ci] Document that unrecognized escape sequence behaviour is like python, not C. * Don't try to decode invalid hex escape sequences Don't try to decode escape sequences which should contain a sequence of hex digits, but don't, throwing a python exception. These will treated literally instead. * Extend test case to cover invalid escape sequences
Diffstat (limited to 'mesonbuild/coredata.py')
0 files changed, 0 insertions, 0 deletions