Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add accessor extension methods #680

Merged
merged 2 commits into from
Mar 4, 2024
Merged

Conversation

gregsdennis
Copy link
Collaborator

Resolves #668

Copy link

github-actions bot commented Mar 4, 2024

Test Results

    14 files  ±0      14 suites  ±0   11s ⏱️ ±0s
20 453 tests ±0  19 090 ✅ ±0  1 363 💤 ±0  0 ❌ ±0 
20 545 runs  ±0  19 179 ✅ ±0  1 366 💤 ±0  0 ❌ ±0 

Results for commit 9ca770c. ± Comparison against base commit 8c5eaf7.

This pull request removes 13 and adds 4 tests. Note that renamed tests count towards both.
    "other string"
    "string",
    42
  "foo": 42
  "foo": [
  42
  ]
Json.JsonE.Tests.TruthyTests ‑ IsTruthy([
Json.JsonE.Tests.TruthyTests ‑ IsTruthy({
Json.Schema.Tests.CrossDraftTests ‑ ArrayItemsIsAllowedForDraft7({
…
Json.JsonE.Tests.TruthyTests ‑ IsTruthy([
  42
],True)
Json.JsonE.Tests.TruthyTests ‑ IsTruthy({
  "foo": 42
},True)
Json.Schema.Tests.CrossDraftTests ‑ ArrayItemsIsAllowedForDraft7({
  "foo": [
    "string",
    "other string"
  ]
},False)
Json.Schema.Tests.CrossDraftTests ‑ ArrayItemsIsAllowedForDraft7({
  "foo": [
    "string",
    42
  ]
},True)

♻️ This comment has been updated with latest results.

@gregsdennis gregsdennis merged commit e45b51c into master Mar 4, 2024
6 checks passed
@gregsdennis gregsdennis deleted the logic/rule-accessor-extensions branch March 4, 2024 21:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Deconstruct JsonLogic for conversion into another format
1 participant