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
1010
1111### Fixed
1212
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
1414
1515## [ 13.9.2] - 2024-10-04
1616
Original file line number Diff line number Diff line change @@ -72,10 +72,9 @@ def test_is_single_cell_widths() -> None:
7272 BOX = "┌─┬┐│ ││├─┼┤│ ││├─┼┤├─┼┤│ ││└─┴┘"
7373
7474 for character in BOX :
75- print (repr (character ))
7675 assert _is_single_cell_widths (character )
7776
78- for character in "💩" :
77+ for character in "💩😽 " :
7978 assert not _is_single_cell_widths (character )
8079
8180 for character in "わさび" :
You can’t perform that action at this time.
0 commit comments