summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPieter van de Bruggen <pvande@gmail.com>2011-01-04 13:54:18 -0800
committerPieter van de Bruggen <pvande@gmail.com>2011-01-04 13:54:18 -0800
commit935ecbe6994f9c452b4832ffeaeabddef53169c1 (patch)
treec846dbd95b1060112e460dd66b9eea84f3e77c66
parentc7c65b87fbd215ff4ec72843d052233271a6399f (diff)
downloadmustache-spec-935ecbe6994f9c452b4832ffeaeabddef53169c1.tar.gz
Some YAML parsers have difficulty with quoted '='.
-rw-r--r--specs/partials.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/specs/partials.yml b/specs/partials.yml
index 309353b..50c1410 100644
--- a/specs/partials.yml
+++ b/specs/partials.yml
@@ -59,5 +59,5 @@ tests:
desc: Superfluous in-tag whitespace should be ignored.
data: { boolean: true }
template: "|{{> partial }}|"
- partials: { partial: "=" }
- expected: '|=|'
+ partials: { partial: "[]" }
+ expected: '|[]|'