summaryrefslogtreecommitdiff
path: root/spec/unit/facter/facter_dot_d_spec.rb
AgeCommit message (Collapse)Author
2014-04-22Adjust the regular expression for facts.Ashley Penney
Previously this was incorrectly handling facts that were of the form foo=1+1=2 due to the ='s in the actual fact contents. Fix this and add tests to try and prevent regressions.