Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-29 | (#13494) Specify the behavior of zero padded strings | Jeff McCune | |
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. | |||
2011-08-05 | * Moved kwalify to puppetlabs-kwalify project | Ken Barber | |
* Re-arranged tests in line with puppetlabs-stdlib |