/
githubmirror
/
icu
Обзор
Документация
Войти
/
githubmirror
/
icu
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
icu4c/source/test/testdata/message2/alias-selector-annotations.json
17 строк
527 B
Mihai Nita
ICU-23475 Move MessageFormat2 C++ test files
28 июл 2026, 00:14
28 июл 2026, 00:14
a9fdce6
Код
Авторство
О чём код?
{ "scenario": "Selector annotations", "description": "Tests for indirectly annotated selectors", "defaultTestProperties": { "locale": "en-US" }, "tests": [ { "src": ".local $one = {|The one| :string}\n .match $one\n 1 {{Value is one}}\n * {{Value is not one}}", "exp": "Value is not one" }, { "src": ".local $one = {|The one| :string}\n .local $two = {$one}\n .match $two\n 1 {{Value is one}}\n * {{Value is not one}}", "exp": "Value is not one" } ] }