Merge pull request #67 from rtfd/dotnet-code-example-indent

Fix indentation on code block in .NET template
This commit is contained in:
Eric Holscher 2016-03-30 23:28:39 -07:00
commit 72a888edde
3 changed files with 807 additions and 321 deletions

View File

@ -45,7 +45,7 @@ Syntax
.. code-block:: csharp
{{ obj.example }}
{{ obj.example|indent(4) }}
{% endif %}

File diff suppressed because it is too large Load Diff

View File

@ -89,8 +89,8 @@ class DotNetTests(LanguageIntegrationTests):
def test_integration(self):
self._run_test(
'dotnetexample',
'_build/text/autoapi/Microsoft/AspNet/JsonPatch/Adapters/IObjectAdapter-TModel/index.txt',
'Defines the operations that can be performed on a JSON patch document.'
'_build/text/autoapi/Microsoft/AspNet/Identity/IUserStore-TUser/index.txt',
'Provides an abstraction for a store which manages user accounts.'
)