Skip to content

Commit

Permalink
GitHub’s monospace font is sad
Browse files Browse the repository at this point in the history
  • Loading branch information
eggrobin committed Dec 3, 2024
1 parent 34d5dea commit ac05d52
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions icu4c/source/test/intltest/rbbitst.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1658,8 +1658,8 @@ class RemapRule : public SegmentationRule {
// (aligned on the initial string) applied offset
// 𒀀 ◌́ ␠ ◌𝅲
// 0 1 2 3 4 5 6 ⟨ 𒀀, ◌́, ␠, ◌𝅲 ⟩ (none)
// 0 ␀ ␀ 2 3 4 5 ⟨ 𒀀, ␠, ◌𝅲 ⟩ 1 -1
// 0 ␀ ␀ 2 3 4 ⟨ 𒀀, ␠, A ⟩ 2 -1
// 0 - - 2 3 4 5 ⟨ 𒀀, ␠, ◌𝅲 ⟩ 1 -1
// 0 - - 2 3 - 4 ⟨ 𒀀, ␠, A ⟩ 2 -1
//
// Note that the last indexInRemapped is always equal to the length of
// the remapped string.
Expand Down Expand Up @@ -1688,8 +1688,8 @@ class RemapRule : public SegmentationRule {
// indexInRemapped remapped rule
// A B C
// 0 1 2 3 ⟨ A, B, C ⟩ (none)
// 0 1 4 ⟨ A, T, Y, Z ⟩ 1
// 0 ␀ ␀ 3 ⟨ X, Y, Z ⟩ 2
// 0 1 - 4 ⟨ A, T, Y, Z ⟩ 1
// 0 - - 3 ⟨ X, Y, Z ⟩ 2
// Where for the application of rule 2, the match ends at
// position 2 in remapped, which does not correspond to a
// position in the original string.
Expand Down

0 comments on commit ac05d52

Please sign in to comment.