diff --git a/pwiki/parser.js b/pwiki/parser.js
index bb81333..cc36a7f 100755
--- a/pwiki/parser.js
+++ b/pwiki/parser.js
@@ -446,7 +446,7 @@ module.BaseParser = {
// old code:
// await p.pwiki.parse('!!! moo')
// -> 'moo!!! '
- // ...does not seem to affect named macros...
+ // ...does not seem to affect named macros, test var...
_expand: function(page, ast, state={}){
var that = this
ast = ast == null ?