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

« back to all changes in this revision

Viewing changes to lenses/tests/test_xinetd.aug

  • Committer: Package Import Robot
  • Author(s): Raphaël Pinson
  • Date: 2013-06-15 22:36:05 UTC
  • mfrom: (1.5.3)
  • Revision ID: package-import@ubuntu.com-20130615223605-en6kj1zzaku28c57
Tags: 1.1.0-0ubuntu1
* New upstream release
* Fix download URL in debian/watch

Show diffs side-by-side

added added

removed removed

Lines of Context:
78
78
}
79
79
"
80
80
 
 
81
(* Support missing values in lists *)
 
82
test Xinetd.lns get "service check_mk\n{\n  log_on_success =\n  server_args=\n}\n" =
 
83
  { "service" = "check_mk"
 
84
    { "log_on_success" }
 
85
    { "server_args" }
 
86
  }
 
87
 
81
88
(* Local Variables: *)
82
89
(* mode: caml       *)
83
90
(* End:             *)