We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56e0d63 commit 7d4d7b4Copy full SHA for 7d4d7b4
1 file changed
betterproto2/tests/test_documentation.py
@@ -56,7 +56,7 @@ def test_escaping(requires_grpclib) -> None:
56
assert (
57
ComplexDocumentation.__doc__
58
== """
59
- A comment with backslashes \\ and triple quotes \"\"\"
60
- Simple quotes are not escaped "
61
- """
+ A comment with backslashes \\ and triple quotes \"\"\"
+ Simple quotes are not escaped "
+ """
62
)
0 commit comments