mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 06:25:30 +00:00
Modify ICU4C and ICU4J test readers to handle all tests Add `ignoreJava` and `ignoreCpp` properties to tests where needed Includes parser bug fixes: ICU4J: require a complex-body after declarations ICU4J: Correctly parse the complex body after an unsupported statement ICU4J: Handle date params in tests and remove default params for tests ICU4J: Handle decimal params in tests ICU4J: Require whitespace before variable/literal in reserved annotation ICU4J: Require whitespace between options ICU4J: Require a variable-expression in an .input declaration ICU4J: don't require space between last key and pattern in variant ICU4J: don't require space between selectors ICU4J: allow whitespace after '=' in option ICU4J: parse escape sequences in quoted literals according to grammar ICU4J: allow whitespace within markup after attributes list |
||
---|---|---|
.. | ||
demos | ||
main | ||
perf-tests | ||
releases_tools | ||
samples | ||
tools | ||
.gitignore | ||
APIChangeReport.html | ||
coverage-exclusion.txt | ||
extract-data-files.sh | ||
pom.xml | ||
readme.html | ||
stylesheet8.css |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta http-equiv="Content-Style-Type" content="text/css2"> <title>ReadMe for ICU4J</title> <meta name="COPYRIGHT" content="© 2016 and later: Unicode, Inc. and others. License & terms of use: http://www.unicode.org/copyright.html"> <style type="text/css"> h2.doc { background: #CCCCFF } h3.doc { text-decoration: underline } </style> </head> <body style="background-color: rgb(255, 255, 255);" lang="EN-US" link="#0000ff" vlink="#800080"> <p>This readme has moved to the <a href="https://unicode-org.github.io/icu/userguide/icu4j/">ICU4J Readme</a> section in the <a href="https://unicode-org.github.io/icu/">ICU User Guide</a>.</p> <hr /> <p> Copyright © 2016 and later: Unicode, Inc. and others. License & terms of use: <a href="http://www.unicode.org/copyright.html">http://www.unicode.org/copyright.html</a><br/> Copyright © 1997-2016 International Business Machines Corporation and others. All Rights Reserved.</p> </body> </html>