Skip to content

Commit 6cf0689

Browse files
committed
trigger ci
1 parent d5a3f1f commit 6cf0689

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/tests/test_dataframe.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1684,7 +1684,7 @@ def test_dataframe_repr_html_values(df, clean_formatter_state):
16841684
assert html is not None
16851685

16861686
# Create a more flexible pattern that handles values being wrapped in spans
1687-
# This pattern will match the sequence of values 1,4,8,2,5,5 regardless
1687+
# This pattern will match the sequence of values 1,4,8,2,5,5,3,6,8 regardless
16881688
# of formatting
16891689
pattern = re.compile(
16901690
r"<td[^>]*?>(?:<span[^>]*?>)?1(?:</span>)?</td>.*?"

0 commit comments

Comments
 (0)