-
-
Notifications
You must be signed in to change notification settings - Fork 745
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add tests with old reserved syntax as syntax-error tests
- Loading branch information
1 parent
5c91977
commit bf9d4c5
Showing
2 changed files
with
15 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,21 @@ | ||
{ | ||
"scenario": "Reserved and private annotations", | ||
"description": "Tests for unsupported expressions (reserved/private) - ICU4J only. Remove this file when error handling is reconciled", | ||
"description": "Tests for old unsupported expression (reserved/private) syntax -- these are now syntax errors", | ||
"defaultTestProperties": { | ||
"locale": "en-US" | ||
"locale": "en-US", | ||
"expErrors": [ | ||
{ | ||
"type": "syntax-error" | ||
} | ||
] | ||
}, | ||
"tests": [ | ||
{ "src" : "\\\\{ ? 𫓜|@} |}", "ignoreCpp": "This would be an error in ICU4C" }, | ||
{ "src" : "\\\\{ ? 𫓜|@} | \\} @𠟅𥪙=|| @㥞=$ @𰺱:}", "ignoreCpp": "This would be an error in ICU4C" } | ||
{ "src" : "\\\\{ ? 𫓜|@} |}" }, | ||
{ "src" : "\\\\{ ? 𫓜|@} | \\} @𠟅𥪙=|| @㥞=$ @𰺱:}" }, | ||
{ "src" : "{ $iFN ^ @USh =$u @l}" }, | ||
{ "src" : ".local $dS ={ $p4 ^ |.| \\\\ @g:FV = $kd}{{@}}" }, | ||
{ "src" : ".D. \\\\ ||{1}{{}} " }, | ||
{ "src" : ".cIT ||{|@| % \\} } { * }{{}}" } | ||
] | ||
} | ||
|