diff options
author | Rick Waldron <waldron.rick@gmail.com> | 2018-01-05 12:26:51 -0500 |
---|---|---|
committer | Rick Waldron <waldron.rick@gmail.com> | 2018-01-05 12:27:59 -0500 |
commit | 92a2621901a7796f60edb1ad1b33a12dd296078e (patch) | |
tree | 20ec50bc486d4674665432330f32308b8379a090 /test/built-ins/Object/S15.2.1.1_A2_T13.js | |
parent | 60ecff7c99989f176094f7168f9860c560402eba (diff) | |
download | qtdeclarative-testsuites-92a2621901a7796f60edb1ad1b33a12dd296078e.tar.gz |
Frontmatter: fixup "info: >" to "info: |"
Diffstat (limited to 'test/built-ins/Object/S15.2.1.1_A2_T13.js')
-rw-r--r-- | test/built-ins/Object/S15.2.1.1_A2_T13.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/built-ins/Object/S15.2.1.1_A2_T13.js b/test/built-ins/Object/S15.2.1.1_A2_T13.js index 1644049c7..09ba92926 100644 --- a/test/built-ins/Object/S15.2.1.1_A2_T13.js +++ b/test/built-ins/Object/S15.2.1.1_A2_T13.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -info: > +info: | When the Object function is called with one argument value, and the value neither is null nor undefined, and is supplied, return ToObject(value) es5id: 15.2.1.1_A2_T13 |