Skip to content

Commit 67608ff

Browse files
committed
Add SemVerRange to ":TYPE in case" test
1 parent fe219b7 commit 67608ff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spec/puppet-lint/plugins/check_unquoted_string_in_case/check_unquoted_string_in_selector_spec.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858
$listen_socket = $service_bind ? {
5959
Undef => undef,
6060
Stdlib::IP::Address::V6 => "[${service_bind}]:${service_port}",
61+
SemVerRange('>1.0.0') => 'xyz',
6162
default => "${service_bind}:${service_port}",
6263
}
6364
PUPPET

0 commit comments

Comments
 (0)