diff --git a/test/fixtures/examples/nested_partials/nested_partials.txt b/test/fixtures/examples/nested_partials/nested_partials.txt index 62776f9..badd575 100644 --- a/test/fixtures/examples/nested_partials/nested_partials.txt +++ b/test/fixtures/examples/nested_partials/nested_partials.txt @@ -3,5 +3,8 @@ FOURTH! + + FOURTH!FOURTH! + \ No newline at end of file diff --git a/test/fixtures/examples/nested_partials/partials/fourth_inline.mustache b/test/fixtures/examples/nested_partials/partials/fourth_inline.mustache new file mode 100644 index 0000000..d796ae0 --- /dev/null +++ b/test/fixtures/examples/nested_partials/partials/fourth_inline.mustache @@ -0,0 +1 @@ +{{ val }} \ No newline at end of file diff --git a/test/fixtures/examples/nested_partials/partials/third.mustache b/test/fixtures/examples/nested_partials/partials/third.mustache index f33301a..30f8fa8 100644 --- a/test/fixtures/examples/nested_partials/partials/third.mustache +++ b/test/fixtures/examples/nested_partials/partials/third.mustache @@ -1,3 +1,6 @@ {{> fourth }} + + {{> fourth_inline }}{{> fourth_inline }} +