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