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:
Euclid Ye 2025-08-12 16:43:15 +08:00 committed by GitHub
parent e5a73ede17
commit b3978439ad
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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\]]