Bump to 1.14.1
[platform/upstream/augeas.git] / lenses / tests / test_soma.aug
1 module Test_soma =
2
3 let conf = "# comment
4 User = soma
5
6 OptionsItem = \"-msglevel avsync=5 -ao jack -af volnorm -novideo -noconsolecontrols -nojoystick -nolirc -nomouseinput\"
7 Debug = 3
8 "
9
10 test Soma.lns get conf =
11    { "#comment" = "comment" }
12    { "User" = "soma" }
13    {}
14    { "OptionsItem" = "\"-msglevel avsync=5 -ao jack -af volnorm -novideo -noconsolecontrols -nojoystick -nolirc -nomouseinput\"" }
15    { "Debug" = "3" }