Skip to content

Commit f4719c7

Browse files
committed
Display example
1 parent 12d5764 commit f4719c7

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

doc/reference/reference_lua/tap.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -347,16 +347,16 @@ Index
347347

348348
Since :tarantool-release:`2.8.3`, ``taptest.strict`` is inherited in all subtests:
349349

350-
.. code-block: tarantoolsession
350+
.. code-block:: tarantoolsession
351351
352-
t = require('tap').test('123')
353-
t.strict = true
352+
t = require('tap').test('123')
353+
t.strict = true
354354
355-
t:is_deeply({a = box.NULL}, {}) -- false
355+
t:is_deeply({a = box.NULL}, {}) -- false
356356
357-
t:test('subtest', function(t)
358-
t:is_deeply({a = box.NULL}, {}) -- also false
359-
end)
357+
t:test('subtest', function(t)
358+
t:is_deeply({a = box.NULL}, {}) -- also false
359+
end)
360360
361361
362362
.. _tap-example:

0 commit comments

Comments
 (0)