icu/testdata/message2/syntax-errors-reserved.json
Tim Chevalier 8f82facca8 ICU-22898 MF2 parser bug fixes
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
2024-09-20 16:22:34 -07:00

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