diff options
| author | Dan Allen <dallen@redhat.com> | 2013-04-17 03:41:42 -0600 |
|---|---|---|
| committer | Dan Allen <dallen@redhat.com> | 2013-04-17 03:58:34 -0600 |
| commit | ba194b968d891762fc656e3a9ee6c3aaa171e2b6 (patch) | |
| tree | 9958e76b1310f35450a136e3eb258c090de81443 /test/fixtures | |
| parent | 7d6942c7752d2515af00dda267f1ce2a8873cf77 (diff) | |
resolves #226 add line selection to include macro
- support selecting individual lines, line ranges & remainder
Diffstat (limited to 'test/fixtures')
| -rw-r--r-- | test/fixtures/include-file.asciidoc | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/test/fixtures/include-file.asciidoc b/test/fixtures/include-file.asciidoc index 21ed5fbd..61db9538 100644 --- a/test/fixtures/include-file.asciidoc +++ b/test/fixtures/include-file.asciidoc @@ -1 +1,8 @@ -included content +first line of included content +second line of included content +third line of included content +fourth line of included content +fifth line of included content +sixth line of included content +seventh line of included content +eighth line of included content |
