Skip to content

Commit a0405ee

Browse files
committed
chlog
1 parent 70486dd commit a0405ee

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
99

1010
### Fixed
1111

12-
- Fixed escape tags in Content markup
12+
- Fixed escape tags in Content markup https://github.com/Textualize/textual/pull/5536
1313

1414
## 2.0.0 - 2025-02-16
1515

tests/test_content.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,7 @@ def test_assemble():
219219

220220

221221
def test_escape():
222+
"""Test that escaping the first square bracket."""
222223
content = Content.from_markup("\\[bold]Not really bold")
223224
assert content.plain == "[bold]Not really bold"
224225
assert content.spans == []

0 commit comments

Comments
 (0)