Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/docs/creating-a-new-test-project.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,6 @@ A neat trick, which will limit the `import` statements needed in your test proje
</PropertyGroup>
```

### Make copy/past of HTML easier
### Make copy/paste of HTML easier

When writing C# based tests, you sometime want to copy/paste some HTML into C# strings from e.g. a Razor file. This is tedious to do manually as you have to escape the quotes and other special characters. The extension, [SmartPaster2019](https://marketplace.visualstudio.com/items?itemName=martinw.SmartPaster2013), allows us to copy strings where any character that needs to be escaped will be automatically.