From b474d7aa119fc6d1d28a574296ed341194eede31 Mon Sep 17 00:00:00 2001 From: Josh Wainwright Date: Wed, 20 Apr 2016 12:26:50 +0100 Subject: Add first set of basic lua api tests There are two types of lua tests here: 1. Tests are formed from a .in, .ref and .out triplet. The .in file is opened by vis, some operatations are performed and the modified file is written to .out. The new .out is compared to .ref and the test passes if they are identical. 2. Tests are formed from a single .true file. This file is created by the lua code in the test. It contains a single line per test case, this single line should be `true` if the test case passed. The .true file is checked to ensure it contains only `true` lines and if so, the test passes. --- lua/themes/theme.lua | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 lua/themes/theme.lua (limited to 'lua/themes/theme.lua') diff --git a/lua/themes/theme.lua b/lua/themes/theme.lua new file mode 100644 index 0000000..e69de29 -- cgit v1.2.3