2012-08-27 05:50:24 +02:00
|
|
|
// Copyright 2012 Mozilla Corporation. All rights reserved.
|
|
|
|
// This code is governed by the BSD license found in the LICENSE file.
|
|
|
|
|
2014-07-22 01:09:02 +02:00
|
|
|
/*---
|
|
|
|
description: Tests that the option hour12 is processed correctly.
|
|
|
|
author: Norbert Lindenberg
|
|
|
|
includes: [testIntl.js]
|
|
|
|
---*/
|
2012-08-27 05:50:24 +02:00
|
|
|
|
2012-09-10 20:53:56 +02:00
|
|
|
testOption(Intl.DateTimeFormat, "hour12", "boolean", undefined, undefined,
|
|
|
|
{extra: {any: {hour: "numeric", minute: "numeric"}}});
|
|
|
|
testOption(Intl.DateTimeFormat, "hour12", "boolean", undefined, undefined,
|
|
|
|
{noReturn: true});
|