File: text_spec.lua

package info (click to toggle)
lua-penlight 1.14.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,708 kB
  • sloc: makefile: 2
file content (10 lines) | stat: -rw-r--r-- 161 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
describe("pl.text", function()

  it("forwarded to stringx", function()
    assert.equal(
      require "pl.stringx",
      require "pl.text"
    )
  end)

end)