summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--specs/lambdas.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/specs/lambdas.yml b/specs/lambdas.yml
index 97f18cf..6135ff3 100644
--- a/specs/lambdas.yml
+++ b/specs/lambdas.yml
@@ -1,5 +1,5 @@
tests:
- - name: Basic Interpolation
+ - name: Interpolation
desc: A lambda's return value should be interpolated.
data:
lambda: !code
@@ -8,7 +8,7 @@ tests:
template: "Hello, {{lambda}}!"
expected: "Hello, world!"
- - name: Basic Interpolation
+ - name: Interpolation - Expansion
desc: A lambda's return value should be parsed.
data:
planet: "world"
@@ -47,7 +47,7 @@ tests:
template: "<{{#lambda}}{{x}}{{/lambda}}>"
expected: "<yes>"
- - name: Section Expansion
+ - name: Section - Expansion
desc: Lambdas used for sections should have their results parsed.
data:
planet: "Earth"