Skip to content
Snippets Groups Projects
Commit 22dc5f99 authored by Sue Lockwood's avatar Sue Lockwood Committed by Rick Waldron
Browse files

fix valueof frontmatter under Date

parent b7676e8f
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-tointeger esid: sec-date.prototype.valueof
info: > info: >
Result of ToInteger(value) conversion is the result of computing Result of ToInteger(value) conversion is the result of computing
sign(ToNumber(value)) * floor(abs(ToNumber(value))) sign(ToNumber(value)) * floor(abs(ToNumber(value)))
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-tointeger esid: sec-date.prototype.valueof
info: > info: >
Result of ToInteger(value) conversion is the result of computing Result of ToInteger(value) conversion is the result of computing
sign(ToNumber(value)) * floor(abs(ToNumber(value))) sign(ToNumber(value)) * floor(abs(ToNumber(value)))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment