File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
10
10
11
11
### Fixed
12
12
13
- - Fixed broken regex that may have resulted in poor performance.
13
+ - Fixed broken regex that may have resulted in poor performance. https://github.com/Textualize/rich/pull/3535
14
14
15
15
## [ 13.9.2] - 2024-10-04
16
16
Original file line number Diff line number Diff line change @@ -72,10 +72,9 @@ def test_is_single_cell_widths() -> None:
72
72
BOX = "┌─┬┐│ ││├─┼┤│ ││├─┼┤├─┼┤│ ││└─┴┘"
73
73
74
74
for character in BOX :
75
- print (repr (character ))
76
75
assert _is_single_cell_widths (character )
77
76
78
- for character in "💩" :
77
+ for character in "💩😽 " :
79
78
assert not _is_single_cell_widths (character )
80
79
81
80
for character in "わさび" :
You can’t perform that action at this time.
0 commit comments