mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
21 lines
562 B
INI
Vendored
21 lines
562 B
INI
Vendored
[fn-lang.html]
|
||
[lang("en"): <root><match lang="en"></match></root>]
|
||
expected: FAIL
|
||
|
||
[lang("en"): <root><match lang="EN"></match></root>]
|
||
expected: FAIL
|
||
|
||
[lang("en"): <root><match lang="en-us"></match></root>]
|
||
expected: FAIL
|
||
|
||
[lang("en"): <root><unmatch></unmatch></root>]
|
||
expected: FAIL
|
||
|
||
[lang("ja"): <root lang="ja"><match></match></root>]
|
||
expected: FAIL
|
||
|
||
[lang("ja"): <root lang="ja-jp"><unmatch lang="ja_JP"></unmatch></root>]
|
||
expected: FAIL
|
||
|
||
[lang("ko"): <root><unmatch lang="Ko"></unmatch></root>]
|
||
expected: FAIL
|