summaryrefslogtreecommitdiff
path: root/tests/coroutines/expected.out
diff options
context:
space:
mode:
Diffstat (limited to 'tests/coroutines/expected.out')
-rw-r--r--tests/coroutines/expected.out43
1 files changed, 22 insertions, 21 deletions
diff --git a/tests/coroutines/expected.out b/tests/coroutines/expected.out
index f4c60c7..8a9468f 100644
--- a/tests/coroutines/expected.out
+++ b/tests/coroutines/expected.out
@@ -1,29 +1,30 @@
-
==============================================================================
test.lua
==============================================================================
- 1 local runner = require "luacov.runner"
-
- local function f(x)
- H return coroutine.yield(x + 1) + 2
- end
-
- local function g(x)
- H return coroutine.yield(x + 3) + 4
- end
-
- H local wf = coroutine.wrap(f)
- H local wg = corowrap(runner.with_luacov(g))
-
- 1 assert(wf(3) == 4)
- 1 assert(wf(5) == 7)
- 1 assert(wg(8) == 11)
- 1 assert(wg(10) == 14)
+ 1 local runner = require "luacov.runner"
+
+ local function f(x)
+ X return coroutine.yield(x + 1) + 2
+ end
+
+ local function g(x)
+ X return coroutine.yield(x + 3) + 4
+ end
+
+ X local wf = coroutine.wrap(f)
+ X local wg = corowrap(runner.with_luacov(g))
+
+ 1 assert(wf(3) == 4)
+ 1 assert(wf(5) == 7)
+ 1 assert(wg(8) == 11)
+ 1 assert(wg(10) == 14)
==============================================================================
Summary
==============================================================================
-9 0 100.00% test.lua
-------------------------
-9 0 100.00%
+File Hits Missed Coverage
+-----------------------------
+test.lua 9 0 100.00%
+-----------------------------
+Total 9 0 100.00%