+
Test included variable as include attribute
+
Included variable as include attribute
Test included variable
Included variable
Test included variable with markdown
diff --git a/test/functional/test_site/expected/siteData.json b/test/functional/test_site/expected/siteData.json
index e125636b7d..8cf092671a 100644
--- a/test/functional/test_site/expected/siteData.json
+++ b/test/functional/test_site/expected/siteData.json
@@ -81,6 +81,7 @@
"trimmed-include": "Trimmed include",
"fragment-with-leading-spaces-and-newline": "Fragment with leading spaces and newline",
"include-with-custom-variables": "Include with custom variables",
+ "test-included-variable-as-include-attribute": "Test included variable as include attribute",
"test-included-variable": "Test included variable",
"test-included-variable-with-markdown": "Test included variable with markdown",
"test-included-variable-as-attribute": "Test included variable as attribute",
diff --git a/test/functional/test_site/index.md b/test/functional/test_site/index.md
index 5dd5bc3a84..fcdc3f6717 100644
--- a/test/functional/test_site/index.md
+++ b/test/functional/test_site/index.md
@@ -133,7 +133,7 @@ head: myCustomHead.md, myCustomHead2.md
# Include with custom variables
-
+
Included variable
__**Included variable with markdown**__
color: blue
diff --git a/test/functional/test_site/testIncludeVariables.md b/test/functional/test_site/testIncludeVariables.md
index 6dfda12238..e7a52ba2bf 100644
--- a/test/functional/test_site/testIncludeVariables.md
+++ b/test/functional/test_site/testIncludeVariables.md
@@ -1,3 +1,7 @@
+
+# Test included variable as include attribute
+{{ included_variable_as_include_attribute }}
+
# Test included variable
{{ included_variable }}