summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--specs/~lambdas.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/specs/~lambdas.yml b/specs/~lambdas.yml
index 7f37951..5b50ff0 100644
--- a/specs/~lambdas.yml
+++ b/specs/~lambdas.yml
@@ -72,7 +72,7 @@ tests:
perl: 'sub { $_[0] eq "{{x}}" ? "yes" : "no" }'
js: 'function(txt) { return (txt == "{{x}}" ? "yes" : "no") }'
php: 'return ($text == "{{x}}") ? "yes" : "no";'
- python: 'lambda text: text == "{{x}}" and "Yes" or "No"'
+ python: 'lambda text: text == "{{x}}" and "yes" or "no"'
template: "<{{#lambda}}{{x}}{{/lambda}}>"
expected: "<yes>"