Строка 203: |
Строка 203: |
| return { | | return { |
| test = function (frame) | | test = function (frame) |
− | return frame:preprocess (tostring (grammar:match (test))) | + | --return frame:preprocess (tostring (grammar:match (test))) |
− | --return mw.dumpObject (grammar:match (test)) | + | return mw.dumpObject (grammar:match (test)) |
| end | | end |
| } | | } |