@@ -31,8 +31,8 @@ submodule at `./resources/test262`.
31
31
Since PHP does not follow the same conventions as JavaScript, PHP code
32
32
implementing ECMA-402 will differ from the specification. Where it differs,
33
33
this test suite follows the reference implementation for
34
- [ pecl/ecma \_ intl ] ( https://github.com/php-ecma-intl/ext ) . Polyfills may use
35
- this test suite to ensure compatibility with pecl/ecma \_ intl .
34
+ [ pecl/ecma_intl ] ( https://github.com/php-ecma-intl/ext ) . Polyfills may use
35
+ this test suite to ensure compatibility with pecl/ecma_intl .
36
36
37
37
This project adheres to a [ code of conduct] ( CODE_OF_CONDUCT.md ) . By
38
38
participating in this project and its community, you are expected to uphold
@@ -50,7 +50,7 @@ composer require --dev php-ecma-intl/test
50
50
51
51
## Usage
52
52
53
- Use these tests to ensure your polyfill library conforms to the pecl/ecma \_ intl
53
+ Use these tests to ensure your polyfill library conforms to the pecl/ecma_intl
54
54
implementation of [ ECMA-402] ( https://tc39.es/ecma402/ ) .
55
55
56
56
To add these tests to your project's test runner, add the following to your
@@ -91,12 +91,13 @@ security issue in software that is maintained in this repository, please read
91
91
92
92
## Copyright and License
93
93
94
- php-ecma-intl/test is copyright © php-ecma-intl contributors and licensed for
95
- use under the terms of the BSD 3-Clause "New" or "Revised" License (BSD-3-Clause).
96
- Please see [ LICENSE] ( LICENSE ) for more information.
94
+ pecl/ecma_intl is copyright © [ php-ecma-intl] ( https://github.com/php-ecma-intl )
95
+ contributors and licensed for use under the terms of the BSD 3-Clause "New" or
96
+ "Revised" License (BSD-3-Clause). Please see [ LICENSE] ( LICENSE ) for more
97
+ information.
97
98
98
- php-ecma-intl/test uses copyrighted material under license from the following
99
- projects:
99
+ php-ecma-intl/test may utilize copyrighted material under license from the
100
+ following projects:
100
101
101
102
- [ Test262: ECMAScript Test Suite] ( https://github.com/tc39/test262 )
102
103
0 commit comments