mirror of
https://github.com/servo/servo.git
synced 2025-08-15 02:15:33 +01:00
test config: Add escape character (#38619)
Add escape character for config. Otherwise cannot run webdriver test. Fixes: `wptrunner.wptmanifest.parser.ParseError: Junk before EOL ]` Signed-off-by: Euclid Ye <euclid.ye@huawei.com>
This commit is contained in:
parent
e5a73ede17
commit
b3978439ad
1 changed files with 4 additions and 4 deletions
|
@ -2,16 +2,16 @@
|
|||
[test_link_from_toplevel_context_with_target[_blank\]]
|
||||
expected: FAIL
|
||||
|
||||
[test_link_from_nested_context_with_target[]]
|
||||
[test_link_from_nested_context_with_target[\]]
|
||||
expected: FAIL
|
||||
|
||||
[test_link_from_nested_context_with_target[_parent]]
|
||||
[test_link_from_nested_context_with_target[_parent\]]
|
||||
expected: FAIL
|
||||
|
||||
[test_link_from_nested_context_with_target[_self]]
|
||||
[test_link_from_nested_context_with_target[_self\]]
|
||||
expected: FAIL
|
||||
|
||||
[test_link_from_nested_context_with_target[_top]]
|
||||
[test_link_from_nested_context_with_target[_top\]]
|
||||
expected: FAIL
|
||||
|
||||
[test_link_from_toplevel_context_with_target[_parent\]]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue