diff options
Diffstat (limited to 'test/fixtures/INCLUDES.md')
-rw-r--r-- | test/fixtures/INCLUDES.md | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/test/fixtures/INCLUDES.md b/test/fixtures/INCLUDES.md deleted file mode 100644 index 22e3a61..0000000 --- a/test/fixtures/INCLUDES.md +++ /dev/null @@ -1,29 +0,0 @@ -# Beautiful chapter - -Here is a nice included snippet : - -```c -{{ included.c }} -``` - ----- - -An exercise using includes - -```c -{{ included.c }} - -Remove this extra code at the end -``` - -```c -{{ included.c }} -``` - -```c -{{ included.c }} - -This validation code is wrong but who cares ? -``` - ----- |