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

16 lines
424 B
Plaintext
Raw Normal View History

2022-12-05 02:07:41 +03:00
module Test_soma =
let conf = "# comment
User = soma
OptionsItem = \"-msglevel avsync=5 -ao jack -af volnorm -novideo -noconsolecontrols -nojoystick -nolirc -nomouseinput\"
Debug = 3
"
test Soma.lns get conf =
{ "#comment" = "comment" }
{ "User" = "soma" }
{}
{ "OptionsItem" = "\"-msglevel avsync=5 -ao jack -af volnorm -novideo -noconsolecontrols -nojoystick -nolirc -nomouseinput\"" }
{ "Debug" = "3" }