summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPieter van de Bruggen <pvande@gmail.com>2011-02-23 23:53:45 -0800
committerPieter van de Bruggen <pvande@gmail.com>2011-02-23 23:53:45 -0800
commita9dd71d1f8dd7b7961b0890a9be3f3736923ceb9 (patch)
tree705e70699fcc802be375fd17db064dca3c6881c6
parent2a001d59ea31151d91e3e419dad3fb942d2f9ca7 (diff)
downloadmustache-spec-a9dd71d1f8dd7b7961b0890a9be3f3736923ceb9.tar.gz
Fixing a small copy/paste error.
-rw-r--r--specs/dot-notation.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/specs/dot-notation.yml b/specs/dot-notation.yml
index 575c217..b712194 100644
--- a/specs/dot-notation.yml
+++ b/specs/dot-notation.yml
@@ -29,4 +29,4 @@ tests:
a: { b: { c: { d: { e: { name: 'Phil' } } } } }
b: { c: { d: { e: { name: 'Wrong' } } } }
template: '"{{#a}}{{b.c.d.e.name}}{{/a}}" == "Phil"'
- template: '"Phil" == "Phil"' \ No newline at end of file
+ expected: '"Phil" == "Phil"'