puppetlabs-stdlib/lib
Jeff McCune 61891bbe61 (#13494) Specify the behavior of zero padded strings
Without this patch the specified behavior of strings that are numeric
only and zero padded is unclear and untested in the spec tests.  This is
a problem because it's not clear that range('00', '10') will actually
return [ "0", "1", ..., "10" ] instead of [ "00", "01", ..., "10" ]

This patch addresses the issue by providing explicit test coverage.  If
the string conversion behavior of puppet changes, this test will begin
to fail.
2012-03-29 15:17:30 -07:00
..
facter Merge branch '2.1.x' into 2.2.x 2012-02-07 13:37:16 +00:00
puppet (#13494) Specify the behavior of zero padded strings 2012-03-29 15:17:30 -07:00