github.com/hirochachacha/plua@v0.0.0-20170217012138-c82f520cc725/stdlib/string/testdata/rep.lua (about)

     1  assert(string.rep("hello", 4, ", ") == "hello, hello, hello, hello")