e6a536befc
We want to provide an interface familiar to users of other filtering libraries.
8 lines
118 B
Lua
8 lines
118 B
Lua
return {
|
|
{
|
|
SingleQuoted = function (elem)
|
|
elem.quotetype = "DoubleQuote"
|
|
return elem
|
|
end,
|
|
}
|
|
}
|