Imported Upstream version 1.9.0
[platform/upstream/augeas.git] / lenses / tests / test_exports.aug
index 0c90b4b..b0fde40 100644 (file)
@@ -51,3 +51,9 @@ test Exports.lns get s =
   { "dir" = "/local5"
       { "client" = "somehost-[01]"
           { "option" = "rw" } } }
+
+test Exports.lns get "\"/path/in/quotes\" 192.168.0.1(rw,all_squash)\n" =
+  { "dir" = "\"/path/in/quotes\""
+    { "client" = "192.168.0.1"
+      { "option" = "rw" }
+      { "option" = "all_squash" } } }