Skip to content

Commit

Permalink
alasa: ilo Codeblocks o kepeken ala sitelen ` lon insa
Browse files Browse the repository at this point in the history
  • Loading branch information
gregdan3 committed Aug 18, 2024
1 parent 3ed95fc commit a3cd51a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_preprocessors.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ def test_Backticks(s: str):
assert res == "", (repr(s), repr(res))


@given(st.from_regex(Codeblock.pattern, fullmatch=True))
@given(st.from_regex(r"```(?:(?!`).+?)```", fullmatch=True))
@example("""```0```""")
@example(
"""```
```"""
Expand Down

0 comments on commit a3cd51a

Please sign in to comment.