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

Bool and null api #14

Merged
merged 2 commits into from Jul 14, 2023
Merged

Bool and null api #14

merged 2 commits into from Jul 14, 2023

Conversation

rspencer01
Copy link
Owner

This fixes #13

@github-actions
Copy link

github-actions bot commented Jul 12, 2023

Test Results

32 tests  +5   32 ✔️ +5   0s ⏱️ ±0s
  3 suites ±0     0 💤 ±0 
  1 files   ±0     0 ±0 

Results for commit 6620c64. ± Comparison against base commit 1fcab9d.

This pull request removes 6 and adds 11 tests. Note that renamed tests count towards both.
src/lib.rs - JSONValue<'a> ‑ iter_string (line 331)
src/lib.rs - JSONValue<'a> ‑ read_float (line 276)
src/lib.rs - JSONValue<'a> ‑ read_integer (line 255)
src/lib.rs - JSONValue<'a> ‑ read_string (line 298)
src/lib.rs - JSONValue<'a> ‑ verify (line 102)
src/lib.rs - JSONValueType (line 29)
src/lib.rs - JSONValue<'a> ‑ is_null (line 256)
src/lib.rs - JSONValue<'a> ‑ iter_string (line 376)
src/lib.rs - JSONValue<'a> ‑ read_boolean (line 273)
src/lib.rs - JSONValue<'a> ‑ read_float (line 321)
src/lib.rs - JSONValue<'a> ‑ read_integer (line 300)
src/lib.rs - JSONValue<'a> ‑ read_string (line 343)
src/lib.rs - JSONValue<'a> ‑ verify (line 101)
src/lib.rs - JSONValueType (line 28)
test ‑ boolean
test ‑ empty_object
…

♻️ This comment has been updated with latest results.

@rspencer01 rspencer01 merged commit 948fa58 into master Jul 14, 2023
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

No functions exist for parsing booleans
1 participant