mirror of https://github.com/tc39/test262.git
Remove unit of ":" in "digital" style.
This commit is contained in:
parent
4fda9c4c01
commit
beb4f26eb4
|
@ -40,9 +40,9 @@ const duration = {
|
|||
const style = "digital";
|
||||
const expected = [
|
||||
{ type: "integer", value: "7", unit: "hour" },
|
||||
{ type: "literal", value: ":", unit: "hour" },
|
||||
{ type: "literal", value: ":"},
|
||||
{ type: "integer", value: "08", unit: "minute" },
|
||||
{ type: "literal", value: ":", unit: "minute" },
|
||||
{ type: "literal", value: ":"},
|
||||
{ type: "integer", value: "09", unit: "second" },
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in New Issue