summaryrefslogtreecommitdiff
path: root/test/lua/single-to-double-quoted.lua
blob: 45c184c95d69facc2bdad084e1174e9a3e1cec75 (plain)
1
2
3
4
5
6
7
8
return {
  {
    SingleQuoted = function (elem)
      elem.quotetype = "DoubleQuote"
      return elem
    end,
  }
}