mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-06-21 14:38:36 +02:00
gen_release_notes_test: don't evaluate backslash
Backport-to: * Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/42310>
This commit is contained in:
parent
c24285f993
commit
30b3a19d61
1 changed files with 1 additions and 1 deletions
|
|
@ -206,7 +206,7 @@ async def test_parse_issues(content: str, bugs: typing.List[str]) -> None:
|
|||
@pytest.mark.asyncio
|
||||
async def test_rst_escape():
|
||||
out = inliner.quoteInline('foo@bar')
|
||||
assert out == 'foo\@bar'
|
||||
assert out == r'foo\@bar'
|
||||
|
||||
|
||||
@pytest.mark.asyncio
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue