Skip to content
This repository has been archived by the owner on Jan 27, 2025. It is now read-only.

Commit

Permalink
Adjust test as requested in #188
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiasNx committed Mar 3, 2022
1 parent 8a3a634 commit 5873311
Show file tree
Hide file tree
Showing 17 changed files with 9 additions and 18 deletions.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
if any_contain("type[]", "o")
if all_contain("type[]", "o")
add_field("test", "test")
end

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
if all_contain("type[]", "o")
if any_contain("type[]", "o")
add_field("test", "test")
end

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
"type" : [ "dog", "dog", "dog" ]
}
{
"type" : [ "video", "dog", "dog" ],
"test" : "test"
"type" : [ "video", "dog", "dog" ]
}
{
"type" : [ "book", "pc" ],
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
"type" : "video"
}
{
"type" : "book"
"type" : "book",
"test" : "test"
}
{
"type" : "stone",
"test" : "test"
"type" : "stone"
}

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
"type" : "video"
}
{
"type" : "book"
"type" : "book",
"test" : "test"
}
{
"type" : "stone",
"test" : "test"
"type" : "stone"
}

0 comments on commit 5873311

Please sign in to comment.