diff --git a/examples/dot_notation/dot_notation.mustache b/examples/dot_notation/dot_notation.mustache index 12cbf7f..0566867 100644 --- a/examples/dot_notation/dot_notation.mustache +++ b/examples/dot_notation/dot_notation.mustache @@ -1,6 +1,4 @@ * {{person.name.first}} {{person.name.last}} * {{person.age}} * {{person.hometown.city}}, {{person.hometown.state}} -* {{#person}}{{hometown.city}}, {{hometown.state}}{{/person}} -* {{#person}}{{#hometown}}{{city}}, {{state}}{{/hometown}}{{/person}} * {{normal}} \ No newline at end of file diff --git a/examples/dot_notation/dot_notation.txt b/examples/dot_notation/dot_notation.txt index c7b8cd2..f8cf1fa 100644 --- a/examples/dot_notation/dot_notation.txt +++ b/examples/dot_notation/dot_notation.txt @@ -1 +1,4 @@ -Grandchild is "Qux". \ No newline at end of file +* Chris Firescythe +* 24 +* Cincinnati, OH +* Normal \ No newline at end of file