From a9dd71d1f8dd7b7961b0890a9be3f3736923ceb9 Mon Sep 17 00:00:00 2001 From: Pieter van de Bruggen Date: Wed, 23 Feb 2011 23:53:45 -0800 Subject: Fixing a small copy/paste error. --- specs/dot-notation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"' -- cgit v1.2.1