From c0e30e724a429e6ce76d79fa89643c5c760acb21 Mon Sep 17 00:00:00 2001 From: "Paul J. Davis" Date: Wed, 23 Feb 2011 04:46:49 +0800 Subject: Fixed capitalization in the lambda test Section. --- specs/~lambdas.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: "" -- cgit v1.2.1