Sharp.Augeas/Sharp.Augeas.Test/lens/tests/test_webmin.aug

12 lines
195 B
Plaintext
Raw Normal View History

2022-11-08 20:57:02 +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$" }