We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efb246a commit e561765Copy full SHA for e561765
examples/subject_test.lua
@@ -4,7 +4,7 @@
4
include "subject.lua" -- include the "production" code which will be tested here
5
6
-- test function starts a test with given name. Code of the test is provided
7
--- in the anonymous function function:
+-- in the anonymous function:
8
test("compare strings", function()
9
local s = concat("hello ", "world")
10
-- change with assert_not_eq to get test error:
0 commit comments