Add comment about Qt warning.
This commit is contained in:
parent
2ab7ad59ee
commit
5ccdec4162
@ -522,6 +522,11 @@ class TestJavascriptEscape:
|
|||||||
'π\x00π\x00': r'π\x00π\x00',
|
'π\x00π\x00': r'π\x00π\x00',
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# Once there was this warning here:
|
||||||
|
# load glyph failed err=6 face=0x2680ba0, glyph=1912
|
||||||
|
# http://qutebrowser.org:8010/builders/debian-jessie/builds/765/steps/unittests/
|
||||||
|
# Should that be ignored?
|
||||||
|
|
||||||
@pytest.mark.parametrize('before, after', TESTS.items())
|
@pytest.mark.parametrize('before, after', TESTS.items())
|
||||||
def test_fake_escape(self, before, after):
|
def test_fake_escape(self, before, after):
|
||||||
"""Test javascript escaping with some expected outcomes."""
|
"""Test javascript escaping with some expected outcomes."""
|
||||||
|
Loadingβ¦
Reference in New Issue
Block a user