test_shellvars_list.aug

Summary
test_shellvars_list.aug
Augeas Tests
Shellvars_list.lnsTicket #342: end-of-line comments
Shellvars_list.lnsSupport double-quoted continued lines

Augeas Tests

Shellvars_list.lns

test Shellvars_list.lns get "service_ping=\"ping/icmp\" #ping\n" = { "service_ping" { "quote" = "\"" } { "value" = "ping/icmp" } { "#comment" = "ping" } }

Ticket #342: end-of-line comments

Shellvars_list.lns

test Shellvars_list.lns get "DAEMON_OPTS=\"-a :6081 \ -T localhost:6082\"\n" = { "DAEMON_OPTS" { "quote" = "\"" } { "value" = "-a" } { "value" = ":6081" } { "value" = "-T" } { "value" = "localhost:6082" } }

Support double-quoted continued lines

test Shellvars_list.lns get "service_ping=\"ping/icmp\" #ping\n" = { "service_ping" { "quote" = "\"" } { "value" = "ping/icmp" } { "#comment" = "ping" } }
Ticket #342: end-of-line comments
Close