LibJS: Remove FIXME comment from PartitionNotationSubPattern AO
All possible patterns generated by LibUnicode are now handled. We have a similar VERIFY_NOT_REACHED in PartitionNumberPattern.
This commit is contained in:
parent
fdae323401
commit
14aca03161
Notes:
sideshowbarker
2024-07-18 01:05:00 +09:00
Author: https://github.com/trflynn89 Commit: https://github.com/SerenityOS/serenity/commit/14aca031613 Pull-request: https://github.com/SerenityOS/serenity/pull/10929
1 changed files with 2 additions and 1 deletions
|
@ -992,7 +992,8 @@ Vector<PatternPartition> partition_notation_sub_pattern(NumberFormat& number_for
|
|||
// 1. Let unknown be an ILND String based on x and p.
|
||||
// 2. Append a new Record { [[Type]]: "unknown", [[Value]]: unknown } as the last element of result.
|
||||
|
||||
// FIXME: Implement this when GetNotationSubPattern is fully implemented.
|
||||
// LibUnicode doesn't generate any "unknown" patterns.
|
||||
VERIFY_NOT_REACHED();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue