~ubuntu-branches/ubuntu/saucy/augeas/saucy-proposed

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
(* Test for shells lens *)

module Test_shells =

   let conf = "# this is a comment

/bin/bash
/bin/tcsh
"

   test Shells.lns get conf =
      { "#comment" = "this is a comment" }
      {}
      { "1" = "/bin/bash" }
      { "2" = "/bin/tcsh" }