tests: fix invalid regex escaping
commitc2be3cbefbbacb52758b49338be61d093a896d09
authorChristoph Reiter <creiter@src.gnome.org>
Sun, 2 Apr 2017 08:52:41 +0000 (2 10:52 +0200)
committerChristoph Reiter <creiter@src.gnome.org>
Sun, 2 Apr 2017 08:53:23 +0000 (2 10:53 +0200)
tree1291ee3d0aaad38c9d017629bc626c80e2ba6879
parentb7d504c3ef689a79448c9f6597ae59153a77104f
tests: fix invalid regex escaping

Python 3.6 got stricter here and raises warnings/errors for invalid escape
sequences.
tests/helper.py
tests/test_gi.py