mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-04 13:05:31 +00:00
ICU4C: Escape curly braces when serializing and normalizing ICU4C: Escape '|' in patterns ICU4C: When normalizing input, escape optionally-escaped characters in patterns ICU4C/ICU4J: Allow trailing whitespace after a match ICU4C: Fix parser to iterate over code points, not code units Add tests with old reserved syntax as syntax-error tests
22 lines
826 B
JSON
22 lines
826 B
JSON
{
|
|
"scenario": "Reserved and private annotations",
|
|
"description": "Tests for old unsupported expression (reserved/private) syntax -- these are now syntax errors",
|
|
"defaultTestProperties": {
|
|
"locale": "en-US",
|
|
"expErrors": [
|
|
{
|
|
"type": "syntax-error"
|
|
}
|
|
]
|
|
},
|
|
"tests": [
|
|
{ "src" : "\\\\{ ? 𫓜|@} |}" },
|
|
{ "src" : "\\\\{ ? 𫓜|@} | \\} @𠟅𥪙=|| @㥞=$ @𰺱:}" },
|
|
{ "src" : "{ $iFN ^ @USh =$u @l}" },
|
|
{ "src" : ".local $dS ={ $p4 ^ |.| \\\\ @g:FV = $kd}{{@}}" },
|
|
{ "src" : ".D. \\\\ ||{1}{{}} " },
|
|
{ "src" : ".cIT ||{|@| % \\} } { * }{{}}" },
|
|
{ "src" : ".󠆿 . |@| {$ & \\{ . @= $}{{\\\\}}" }
|
|
]
|
|
}
|
|
|