diff options
| author | Christoph Blecker <admin@toph.ca> | 2017-07-14 10:13:35 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-07-14 10:13:35 -0700 |
| commit | 789f252a71e18ad9e853bf34748d4bb53f279ba8 (patch) | |
| tree | d8fe056170126288ac6679e6702e19b02e229903 /generator/testdata/example.md | |
| parent | e16360fa7ac98a37db448f02c01dd2293cacae56 (diff) | |
| parent | 2cb3b0f005d67869340158fde337dd8745058fa1 (diff) | |
Merge pull request #726 from jamiehannaford/add-tests
Add generator tests
Diffstat (limited to 'generator/testdata/example.md')
| -rw-r--r-- | generator/testdata/example.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/generator/testdata/example.md b/generator/testdata/example.md new file mode 100644 index 00000000..9016ae83 --- /dev/null +++ b/generator/testdata/example.md @@ -0,0 +1,7 @@ +Hello! +<!-- BEGIN CUSTOM CONTENT --> +Example +custom +content! + +<!-- END CUSTOM CONTENT --> |
