Skip to content

Commit

Permalink
CLDR-17416 v45 docs: fix ToCs (unicode-org#3620)
Browse files Browse the repository at this point in the history
(cherry picked from commit b30af1a)
  • Loading branch information
srl295 authored and pedberg-icu committed Apr 22, 2024
1 parent e35ca61 commit e52b29c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/ldml/tr35.md
Original file line number Diff line number Diff line change
Expand Up @@ -4124,8 +4124,8 @@ Other contributors to CLDR are listed on the [CLDR Project Page](https://www.uni
* Part 6: [Supplemental](tr35-info.md#Contents)
* In [Mixed Units](tr35-info.md#mixed-units), clarified many aspects of mixed units (such as foot-and-inch),
including how to handle rounding and precision.
* In [Testing](tr35-info.html#testing), listed the additional test files.
* In [Unit Preferences Overrides](tr35-info.html#Unit_Preferences_Overrides), made substantial changes including
* In [Testing](tr35-info.md#testing), listed the additional test files.
* In [Unit Preferences Overrides](tr35-info.md#Unit_Preferences_Overrides), made substantial changes including
handling of edge cases, such as where there is no quantity for a unit, or no preference data for a quantity;
how to handle invalid subtags;
negative unit amounts;
Expand Down
2 changes: 1 addition & 1 deletion tools/scripts/tr-archive/fix-tocs.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ async function processFile(f) {
const contents = await fs.readFile(f, 'utf-8');

// now, reinsert
const lines = contents.split('\n');
const lines = contents.split(/(?:\r)?\n/);

// new lines go into this array.
const out = [];
Expand Down

0 comments on commit e52b29c

Please sign in to comment.