mirror of
https://github.com/php-win-ext/icu4c.git
synced 2026-04-24 17:38:08 +02:00
19 lines
549 B
JSON
19 lines
549 B
JSON
{
|
|
"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"
|
|
}
|
|
]
|
|
}
|
|
|