mirror of
https://github.com/inspec/inspec
synced 2024-11-26 22:50:36 +00:00
Update unit tests to match
Signed-off-by: Irving Popovetsky <irving@chef.io>
This commit is contained in:
parent
ffbcc29c59
commit
4aebe87c2e
1 changed files with 4 additions and 4 deletions
|
@ -472,10 +472,10 @@ end
|
|||
control.id = "tag.control.id"
|
||||
control.to_ruby.must_equal '
|
||||
control "tag.control.id" do
|
||||
tag "key": "value"
|
||||
tag "key2\'": "value\'"
|
||||
tag "key3\"": "value\""
|
||||
tag "key4": ["a", "b"]
|
||||
tag key: "value"
|
||||
tag key2\': "value\'"
|
||||
tag key3": "value\""
|
||||
tag key4: ["a", "b"]
|
||||
end
|
||||
'.strip
|
||||
|
||||
|
|
Loading…
Reference in a new issue