From 5b6b48f20495ad8e615d15a34e317142d9a287bb Mon Sep 17 00:00:00 2001 From: Kogia-sima Date: Sun, 7 Jun 2020 03:23:34 +0900 Subject: [PATCH] Update include-nest test for 76abe1c --- integration-tests/templates/include-nest.out | 2 ++ integration-tests/templates/include-nest.stpl | 2 ++ 2 files changed, 4 insertions(+) diff --git a/integration-tests/templates/include-nest.out b/integration-tests/templates/include-nest.out index f6ea846..4650e17 100644 --- a/integration-tests/templates/include-nest.out +++ b/integration-tests/templates/include-nest.out @@ -3,3 +3,5 @@ INCLUDED: foo 3 4 +INCLUDED: foo +5 diff --git a/integration-tests/templates/include-nest.stpl b/integration-tests/templates/include-nest.stpl index bec279a..b795cf1 100644 --- a/integration-tests/templates/include-nest.stpl +++ b/integration-tests/templates/include-nest.stpl @@ -1,3 +1,5 @@ 1 <% include!("/includes/include-parent.stpl"); %> 4 +<% include!("./included.stpl"); %> +5