Skip to content

Commit

Permalink
Updating test output with new number parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
samlown committed Oct 4, 2023
1 parent cada51d commit 12cbc49
Show file tree
Hide file tree
Showing 9 changed files with 20 additions and 20 deletions.
4 changes: 2 additions & 2 deletions fixtures/allow_additional_props.json
Original file line number Diff line number Diff line change
Expand Up @@ -162,9 +162,9 @@
"mult": {
"type": "number",
"enum": [
1,
1.0,
1.5,
2
2.0
]
},
"roles": {
Expand Down
8 changes: 4 additions & 4 deletions fixtures/array_handling.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
"ArrayHandler": {
"properties": {
"min_len": {
"default": [
"qwerty"
],
"items": {
"type": "string",
"minLength": 2
},
"type": "array"
"type": "array",
"default": [
"qwerty"
]
},
"min_val": {
"items": {
Expand Down
4 changes: 2 additions & 2 deletions fixtures/defaults_expanded_toplevel.json
Original file line number Diff line number Diff line change
Expand Up @@ -162,9 +162,9 @@
"mult": {
"type": "number",
"enum": [
1,
1.0,
1.5,
2
2.0
]
},
"roles": {
Expand Down
4 changes: 2 additions & 2 deletions fixtures/ignore_type.json
Original file line number Diff line number Diff line change
Expand Up @@ -156,9 +156,9 @@
"mult": {
"type": "number",
"enum": [
1,
1.0,
1.5,
2
2.0
]
},
"roles": {
Expand Down
4 changes: 2 additions & 2 deletions fixtures/no_reference.json
Original file line number Diff line number Diff line change
Expand Up @@ -151,9 +151,9 @@
"mult": {
"type": "number",
"enum": [
1,
1.0,
1.5,
2
2.0
]
},
"roles": {
Expand Down
4 changes: 2 additions & 2 deletions fixtures/no_reference_anchor.json
Original file line number Diff line number Diff line change
Expand Up @@ -153,9 +153,9 @@
"mult": {
"type": "number",
"enum": [
1,
1.0,
1.5,
2
2.0
]
},
"roles": {
Expand Down
4 changes: 2 additions & 2 deletions fixtures/required_from_jsontags.json
Original file line number Diff line number Diff line change
Expand Up @@ -163,9 +163,9 @@
"mult": {
"type": "number",
"enum": [
1,
1.0,
1.5,
2
2.0
]
},
"roles": {
Expand Down
4 changes: 2 additions & 2 deletions fixtures/test_user.json
Original file line number Diff line number Diff line change
Expand Up @@ -163,9 +163,9 @@
"mult": {
"type": "number",
"enum": [
1,
1.0,
1.5,
2
2.0
]
},
"roles": {
Expand Down
4 changes: 2 additions & 2 deletions fixtures/test_user_assign_anchor.json
Original file line number Diff line number Diff line change
Expand Up @@ -165,9 +165,9 @@
"mult": {
"type": "number",
"enum": [
1,
1.0,
1.5,
2
2.0
]
},
"roles": {
Expand Down

0 comments on commit 12cbc49

Please sign in to comment.