Files
icu4c/testdata/message2/syntax-errors-reserved.json
Christoph M. Becker b5cdbf1d61 Vanilla icu4c 76.1
2024-10-31 22:27:43 +01:00

23 lines
848 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" : ".򱋿󠆿 . |@| {$󛒁񓝖 & \\{ . @𯼼򋼡= $򵀀񓞈}{{\\\\}}" }
]
}