Skip to content

Commit 81d9acf

Browse files
committed
Add u-options tests
1 parent abf6c80 commit 81d9acf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

icu4c/source/test/intltest/messageformat2test_read_json.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,9 @@ void TestMessageFormat2::jsonTestsFromFiles(IcuTestErrorCode& errorCode) {
309309
runTestsFromJsonFile(*this, "spec/functions/time.json", errorCode);
310310

311311
// Other tests (non-spec)
312+
// TODO: move this into the spec tests when
313+
// https://github.com/unicode-org/message-format-wg/pull/846 lands
314+
runTestsFromJsonFile(*this, "u-options.json", errorCode);
312315
runTestsFromJsonFile(*this, "more-functions.json", errorCode);
313316
runTestsFromJsonFile(*this, "valid-tests.json", errorCode);
314317
runTestsFromJsonFile(*this, "resolution-errors.json", errorCode);

0 commit comments

Comments
 (0)