about summary refs log tree commit diff stats
path: root/lua/chupacabra/test_chupacabra.lua
diff options
context:
space:
mode:
authorelioat <hi@eli.li>2024-06-09 15:41:19 -0400
committerelioat <hi@eli.li>2024-06-09 15:41:19 -0400
commit79fcbb5f40e91fc74d4d7b1491b8e246ec6a42b5 (patch)
tree08499113a679e782f997dbaaf78a78a68bed6ca6 /lua/chupacabra/test_chupacabra.lua
parenta461b64cd0996f707914abc7927bb46da8026e46 (diff)
downloadtour-79fcbb5f40e91fc74d4d7b1491b8e246ec6a42b5.tar.gz
*
Diffstat (limited to 'lua/chupacabra/test_chupacabra.lua')
-rw-r--r--lua/chupacabra/test_chupacabra.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/chupacabra/test_chupacabra.lua b/lua/chupacabra/test_chupacabra.lua
index 787accc..702c29d 100644
--- a/lua/chupacabra/test_chupacabra.lua
+++ b/lua/chupacabra/test_chupacabra.lua
@@ -13,6 +13,7 @@ local function table_to_string(t)
     return str
 end
 
+-- test cases
 local function tc(input, expected_output)
     local output = chupacabra.run(input, {})
     local expected_output_str = type(expected_output) == "table" and table_to_string(expected_output) or tostring(expected_output)