CodeLiturgy.Dashboard/CodeLiturgy.Views/Augeas/lens/tests/test_webmin.aug

12 lines
195 B
Plaintext
Raw Normal View History

2022-12-05 02:07:41 +03:00
module Test_webmin =
let conf = "port=10000
realm=Webmin Server
denyfile=\.pl$
"
test Webmin.lns get conf =
{ "port" = "10000" }
{ "realm" = "Webmin Server" }
{ "denyfile" = "\.pl$" }