We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94a86e1 commit 805c0e5Copy full SHA for 805c0e5
tests/test_documentation.py
@@ -36,3 +36,12 @@ def test_documentation() -> None:
36
37
check(ServiceStub.__doc__, "service")
38
check(ServiceStub.get.__doc__, "method")
39
+
40
41
+def test_escaping() -> None:
42
+ from .output_betterproto.documentation import ComplexDocumentation
43
44
+ ComplexDocumentation.__doc__ == """
45
+ A comment with backslashes \\ and triple quotes \"\"\"
46
+ Simple quotes are not escaped "
47
+ """
0 commit comments