Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeGomez committed Mar 4, 2024
1 parent 2beff86 commit c1c777c
Show file tree
Hide file tree
Showing 38 changed files with 38 additions and 38 deletions.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
error = """expected third argument to be a JSON dict, found found `()` (a tuple)"""
error = """expected third element of the tuple to be a JSON dict, found `()` (a tuple)"""
Original file line number Diff line number Diff line change
@@ -1 +1 @@
error = """expected third argument to be a JSON dict, found found `(1)` (a tuple)"""
error = """expected third element of the tuple to be a JSON dict, found `(1)` (a tuple)"""
Original file line number Diff line number Diff line change
@@ -1 +1 @@
error = """Only accepted keys are \"width\" and \"height\", found `\"heighto\"` (in `{\"width\": 1, \"heighto\": 2}`)"""
error = """unexpected key `\"heighto\"`, allowed keys are: [`height`, `width`] (third element of the tuple)"""
Original file line number Diff line number Diff line change
@@ -1 +1 @@
error = """only number type is allowed as value, found `\"a\"` (a string)"""
error = """type \"string\" (`\"a\"`) is not allowed as value in this JSON dict, allowed types are: [`number`] (third element of the tuple)"""
Original file line number Diff line number Diff line change
@@ -1 +1 @@
error = """Delta cannot be negative (in `\"width\": -1`)"""
error = """expected only positive numbers, found `-1` (third element of the tuple)"""
Original file line number Diff line number Diff line change
@@ -1 +1 @@
error = """Delta cannot be negative (in `\"height\": -1`)"""
error = """expected only positive numbers, found `-1` (third element of the tuple)"""
Original file line number Diff line number Diff line change
@@ -1 +1 @@
error = """expected a tuple, found `\"a\"`"""
error = """expected a tuple, found `\"a\"` (a string)"""
Original file line number Diff line number Diff line change
@@ -1 +1 @@
error = """expected third argument to be a JSON dict, found found `1` (a number)"""
error = """expected third element of the tuple to be a JSON dict, found `1` (a number)"""
Original file line number Diff line number Diff line change
@@ -1 +1 @@
error = """Delta cannot be negative (in `\"width\": -1`)"""
error = """expected only positive numbers, found `-1` (third element of the tuple)"""
Original file line number Diff line number Diff line change
@@ -1 +1 @@
error = """JSON dict key `width` is duplicated"""
error = """`width` key is duplicated in JSON dict (third element of the tuple)"""
Original file line number Diff line number Diff line change
@@ -1 +1 @@
error = """expected a tuple, found `1`"""
error = """expected a tuple, found `1` (a number)"""
Original file line number Diff line number Diff line change
@@ -1 +1 @@
error = """expected 3 elements in the tuple, found 0 element"""
error = """expected a tuple of 3 elements, found 0"""
Original file line number Diff line number Diff line change
@@ -1 +1 @@
error = """expected a tuple, found `[]`"""
error = """expected a tuple, found `[]` (an array)"""
Original file line number Diff line number Diff line change
@@ -1 +1 @@
error = """expected 3 elements in the tuple, found 1 element"""
error = """expected a tuple of 3 elements, found 1"""
Original file line number Diff line number Diff line change
@@ -1 +1 @@
error = """expected 3 elements in the tuple, found 2 elements"""
error = """expected second element of the tuple to be a selector, found `1` (a number)"""
Original file line number Diff line number Diff line change
@@ -1 +1 @@
error = """expected first argument to be a CSS selector or an XPath, found `1` (a number)"""
error = """expected first element of the tuple to be a selector, found `1` (a number)"""
Original file line number Diff line number Diff line change
@@ -1 +1 @@
error = """expected first argument to be a CSS selector or an XPath, found `()` (a tuple)"""
error = """expected first element of the tuple to be a selector, found `()` (a tuple)"""
Original file line number Diff line number Diff line change
@@ -1 +1 @@
error = """expected 3 elements in the tuple, found 4 elements"""
error = """expected a tuple of 3 elements, found 4"""
Original file line number Diff line number Diff line change
@@ -1 +1 @@
error = """Delta cannot be negative (in `\"height\": -1`)"""
error = """expected only positive numbers, found `-1` (third element of the tuple)"""
Original file line number Diff line number Diff line change
@@ -1 +1 @@
error = """expected third argument to be a JSON dict, found found `()` (a tuple)"""
error = """expected third element of the tuple to be a JSON dict, found `()` (a tuple)"""
Original file line number Diff line number Diff line change
@@ -1 +1 @@
error = """expected third argument to be a JSON dict, found found `(1)` (a tuple)"""
error = """expected third element of the tuple to be a JSON dict, found `(1)` (a tuple)"""
Original file line number Diff line number Diff line change
@@ -1 +1 @@
error = """Only accepted keys are \"width\" and \"height\", found `\"heighto\"` (in `{\"width\": 1, \"heighto\": 2}`)"""
error = """unexpected key `\"heighto\"`, allowed keys are: [`height`, `width`] (third element of the tuple)"""
Original file line number Diff line number Diff line change
@@ -1 +1 @@
error = """only number type is allowed as value, found `\"a\"` (a string)"""
error = """type \"string\" (`\"a\"`) is not allowed as value in this JSON dict, allowed types are: [`number`] (third element of the tuple)"""
Original file line number Diff line number Diff line change
@@ -1 +1 @@
error = """Delta cannot be negative (in `\"width\": -1`)"""
error = """expected only positive numbers, found `-1` (third element of the tuple)"""
Original file line number Diff line number Diff line change
@@ -1 +1 @@
error = """Delta cannot be negative (in `\"height\": -1`)"""
error = """expected only positive numbers, found `-1` (third element of the tuple)"""
Original file line number Diff line number Diff line change
@@ -1 +1 @@
error = """expected a tuple, found `\"a\"`"""
error = """expected a tuple, found `\"a\"` (a string)"""
Original file line number Diff line number Diff line change
@@ -1 +1 @@
error = """expected third argument to be a JSON dict, found found `1` (a number)"""
error = """expected third element of the tuple to be a JSON dict, found `1` (a number)"""
Original file line number Diff line number Diff line change
@@ -1 +1 @@
error = """Delta cannot be negative (in `\"width\": -1`)"""
error = """expected only positive numbers, found `-1` (third element of the tuple)"""
Original file line number Diff line number Diff line change
@@ -1 +1 @@
error = """JSON dict key `width` is duplicated"""
error = """`width` key is duplicated in JSON dict (third element of the tuple)"""
Original file line number Diff line number Diff line change
@@ -1 +1 @@
error = """expected a tuple, found `1`"""
error = """expected a tuple, found `1` (a number)"""
Original file line number Diff line number Diff line change
@@ -1 +1 @@
error = """expected 3 elements in the tuple, found 0 element"""
error = """expected a tuple of 3 elements, found 0"""
Original file line number Diff line number Diff line change
@@ -1 +1 @@
error = """expected a tuple, found `[]`"""
error = """expected a tuple, found `[]` (an array)"""
Original file line number Diff line number Diff line change
@@ -1 +1 @@
error = """expected 3 elements in the tuple, found 1 element"""
error = """expected a tuple of 3 elements, found 1"""
Original file line number Diff line number Diff line change
@@ -1 +1 @@
error = """expected 3 elements in the tuple, found 2 elements"""
error = """expected second element of the tuple to be a selector, found `1` (a number)"""
Original file line number Diff line number Diff line change
@@ -1 +1 @@
error = """expected first argument to be a CSS selector or an XPath, found `1` (a number)"""
error = """expected first element of the tuple to be a selector, found `1` (a number)"""
Original file line number Diff line number Diff line change
@@ -1 +1 @@
error = """expected first argument to be a CSS selector or an XPath, found `()` (a tuple)"""
error = """expected first element of the tuple to be a selector, found `()` (a tuple)"""
Original file line number Diff line number Diff line change
@@ -1 +1 @@
error = """expected 3 elements in the tuple, found 4 elements"""
error = """expected a tuple of 3 elements, found 4"""
Original file line number Diff line number Diff line change
@@ -1 +1 @@
error = """Delta cannot be negative (in `\"height\": -1`)"""
error = """expected only positive numbers, found `-1` (third element of the tuple)"""

0 comments on commit c1c777c

Please sign in to comment.