Skip to content

Commit 448dc57

Browse files
committed
Building 6.9.0
1 parent 5ecb4ce commit 448dc57

20 files changed

+1377
-72
lines changed

data/formatting/whole-posts.php

Lines changed: 47 additions & 47 deletions
Large diffs are not rendered by default.

data/html-api/token-counting-html-processor.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ public function next_token(): bool {
2323
$token_name = $this->get_token_name();
2424
}
2525

26+
if ( null === $token_name ) {
27+
$token_name = '';
28+
}
29+
2630
if ( ! isset( $this->token_seen_count[ $token_name ] ) ) {
2731
$this->token_seen_count[ $token_name ] = 1;
2832
} else {
8.64 KB
Loading
28.7 KB
Loading

data/images/png-tests/oval-or8.png

25.1 KB
Loading
2.5 MB
Loading

data/unicode/utf8tests/LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2021 flenniken
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

data/unicode/utf8tests/README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# utf8tests
2+
3+
This directory contains a third-party test suite used for testing UTF-8 functionality.
4+
It primarily provides a set of tests containing various valid and invalid UTF-8 byte sequences.
5+
6+
`utf8tests` can be found on GitHub at [flenniken/utf8tests](https://github.com/flenniken/utf8tests/).
7+
8+
The necessary files have been copied to this directory:
9+
10+
- `LICENSE`
11+
- `utf8tests.txt`
12+
13+
The version of these files was taken from the git commit with
14+
SHA [`52cbdf830f3603047036070b086a1e5196df94d1`](https://github.com/flenniken/utf8tests/blob/52cbdf830f3603047036070b086a1e5196df94d1).
15+
16+
## Updating
17+
18+
If there have been changes to the `utf8tests` repository, this test suite can be updated. In
19+
order to update:
20+
21+
1. Check out the latest version of git repository mentioned above.
22+
1. Copy the files listed above into this directory.
23+
1. Update the SHA mentioned in this README file with the new `utf8tests` SHA.

0 commit comments

Comments
 (0)