From b2d719fac74f6a2986937329fa641ba4a0b1c011 Mon Sep 17 00:00:00 2001 From: Chris Ross Date: Mon, 9 Apr 2012 15:43:09 +0100 Subject: [PATCH] Fix the Test03 - it wasn\'t using new assign syntax --- basic/Test03.input | 2 +- basic/Test03.output | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/basic/Test03.input b/basic/Test03.input index d04129f..fe2337c 100644 --- a/basic/Test03.input +++ b/basic/Test03.input @@ -4,7 +4,7 @@ Scoping check - watch the evaluation value of Z: {{ValueB}} {{/def}} -{{def ValueB "This is ValueB"}} +{{def ValueB="This is ValueB"}} {{#def B}} {{ValueB}} diff --git a/basic/Test03.output b/basic/Test03.output index 9e34a89..0a5ac23 100644 --- a/basic/Test03.output +++ b/basic/Test03.output @@ -13,7 +13,7 @@ Scoping check - watch the evaluation value of Z: - + This is ValueB