File: test_config.lua

package info (click to toggle)
luakit 1%3A2.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,844 kB
  • sloc: ansic: 12,519; makefile: 140; ruby: 79; sh: 48
file content (13 lines) | stat: -rw-r--r-- 233 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- Test that the default config works.
--
-- @copyright 2017 Aidan Holm <aidanholm@gmail.com>

local T = {}

T.test__config_rc_loads_successfully = function ()
    require "config.rc"
end

return T

-- vim: et:sw=4:ts=8:sts=4:tw=80