We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12d5764 commit f4719c7Copy full SHA for f4719c7
doc/reference/reference_lua/tap.rst
@@ -347,16 +347,16 @@ Index
347
348
Since :tarantool-release:`2.8.3`, ``taptest.strict`` is inherited in all subtests:
349
350
- .. code-block: tarantoolsession
+ .. code-block:: tarantoolsession
351
352
- t = require('tap').test('123')
353
- t.strict = true
+ t = require('tap').test('123')
+ t.strict = true
354
355
- t:is_deeply({a = box.NULL}, {}) -- false
+ t:is_deeply({a = box.NULL}, {}) -- false
356
357
- t:test('subtest', function(t)
358
- t:is_deeply({a = box.NULL}, {}) -- also false
359
- end)
+ t:test('subtest', function(t)
+ t:is_deeply({a = box.NULL}, {}) -- also false
+ end)
360
361
362
.. _tap-example:
0 commit comments