diff --git a/spec/_files/empty_string.js b/spec/_files/empty_string.js new file mode 100644 index 0000000..2151336 --- /dev/null +++ b/spec/_files/empty_string.js @@ -0,0 +1,6 @@ +var empty_string = { + description: "That is all!", + child: { + description: "" + } +}; diff --git a/spec/_files/empty_string.mustache b/spec/_files/empty_string.mustache new file mode 100644 index 0000000..f568441 --- /dev/null +++ b/spec/_files/empty_string.mustache @@ -0,0 +1 @@ +{{description}}{{#child}}{{description}}{{/child}} diff --git a/spec/_files/empty_string.txt b/spec/_files/empty_string.txt new file mode 100644 index 0000000..22e2a6e --- /dev/null +++ b/spec/_files/empty_string.txt @@ -0,0 +1 @@ +That is all!