Get rid of backslash
This commit is contained in:
parent
28d3771005
commit
6a90cebe85
@ -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, {})
|
||||||
|
Loading…
Reference in New Issue
Block a user