aboutsummaryrefslogtreecommitdiff
path: root/test/modules/textadept/run/build.lua
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2020-03-03 19:39:02 -0500
committermitchell <70453897+667e-11@users.noreply.github.com>2020-03-03 19:39:02 -0500
commitfceb1a37df623649d191c3c1a881e5b0538b1391 (patch)
tree87a34dfc2397dc4afdaa0c8ec189f037300f458e /test/modules/textadept/run/build.lua
parent1618f5017abb3c9bacc9ba346bf22a936ef5dd06 (diff)
downloadtextadept-fceb1a37df623649d191c3c1a881e5b0538b1391.tar.gz
textadept-fceb1a37df623649d191c3c1a881e5b0538b1391.zip
Added test suite and API type checking for more helpful error messages.
Diffstat (limited to 'test/modules/textadept/run/build.lua')
-rw-r--r--test/modules/textadept/run/build.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/modules/textadept/run/build.lua b/test/modules/textadept/run/build.lua
new file mode 100644
index 00000000..dd288778
--- /dev/null
+++ b/test/modules/textadept/run/build.lua
@@ -0,0 +1,2 @@
+print('read "' .. io.read() .. '"')
+io.read()