Get rid of backslash

This commit is contained in:
Florian Bruhin 2017-11-19 14:29:22 +01:00
parent 28d3771005
commit 6a90cebe85

View File

@ -133,6 +133,6 @@ def test_set_error(stylesheet_tester):
def test_appendchild(stylesheet_tester): def test_appendchild(stylesheet_tester):
stylesheet_tester.init_stylesheet() stylesheet_tester.init_stylesheet()
stylesheet_tester.js.load('stylesheet/simple.html') stylesheet_tester.js.load('stylesheet/simple.html')
js_test_file_path = \ js_test_file_path = ('../../tests/unit/javascript/stylesheet/'
'../../tests/unit/javascript/stylesheet/test_appendchild.js' 'test_appendchild.js')
stylesheet_tester.js.run_file(js_test_file_path, {}) stylesheet_tester.js.run_file(js_test_file_path, {})