summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPieter van de Bruggen <pvande@gmail.com>2010-12-18 20:47:16 -0800
committerPieter van de Bruggen <pvande@gmail.com>2010-12-18 20:47:16 -0800
commit3d01a7b5c89979ce00e1fef18b0723a268e34c0d (patch)
treef575947dae81efa802932f2ed80deddd86fe07d4
parent5f0ae9a12bc587d0a1ff5ec1f7c7a5aeaccda0ff (diff)
downloadmustache-spec-3d01a7b5c89979ce00e1fef18b0723a268e34c0d.tar.gz
Fixing a stray typo in the lambdas spec.
-rw-r--r--specs/~lambdas.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/specs/~lambdas.yml b/specs/~lambdas.yml
index 3b3f3e4..0079e93 100644
--- a/specs/~lambdas.yml
+++ b/specs/~lambdas.yml
@@ -82,7 +82,7 @@ tests:
ruby: 'proc { |text| "__#{text}__" }'
perl: 'sub { "__" . $_[0] . "__" }'
js: 'function(txt) { return "__" + txt + "__" }'
- template: '{{#lambda}}FILE{{/lambda}} != {{#lambda}}LINE{{/ambda}}'
+ template: '{{#lambda}}FILE{{/lambda}} != {{#lambda}}LINE{{/lambda}}'
expected: '__FILE__ != __LINE__'
- name: Inverted Section