doc(tag): Add test coverage

Signed-off-by: Lucas Schwiderski <lucas@lschwiderski.de>
This commit is contained in:
Lucas Schwiderski 2021-06-21 08:46:56 +02:00
parent 4520f33309
commit 1a2037758b
No known key found for this signature in database
GPG Key ID: AA12679AAA6DF4D8
2 changed files with 4 additions and 0 deletions

View File

@ -15,4 +15,6 @@ local custom_module = {
end)
--DOC_HIDE_START
tag.emit_signal("request::default_layouts")
-- vim: filetype=lua:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:textwidth=80

View File

@ -22,4 +22,6 @@ local awful = require("awful")
end)
--DOC_HIDE_START
tag.emit_signal("request::default_layouts")
-- vim: filetype=lua:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:textwidth=80