diff options
Diffstat (limited to 'lib/core/text.nom')
| -rw-r--r-- | lib/core/text.nom | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/core/text.nom b/lib/core/text.nom index a1fcaae..1401cf2 100644 --- a/lib/core/text.nom +++ b/lib/core/text.nom @@ -46,7 +46,7 @@ test: return Lua (" (function() - local \(mangle "comprehension") = List{} + local \(mangle "comprehension") = a_List{} for \($match as lua expr) in (\($text as lua expr)):gmatch(\($patt as lua expr)) do \(mangle "comprehension")[#\(mangle "comprehension")+1] = \($expr as lua) end |
