mirror of
https://github.com/inspec/inspec
synced 2024-11-10 23:24:18 +00:00
cdf95cd160
+ float? comparison can raise a TypeError + octal? comparison was allowing non-octal values (which cast to 0) + symbol comparison was casting to a string, but then doing an == check instead of casecmp. The latter seems optional, but consistent with the intent of cmp. Signed-off-by: Ryan Davis <zenspider@chef.io> |
||
---|---|---|
.. | ||
matchers_test.rb |