Skip to content

Commit

Permalink
chore: rewrite json and contains tests to use spec files (#367)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherret authored Oct 31, 2023
1 parent e22ee4b commit 23514e8
Show file tree
Hide file tree
Showing 123 changed files with 11,360 additions and 5,658 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ clap = "2.33.3"
criterion = { version = "0.4.0", features = ["async_futures", "html_reports"] }
tokio = { version = "1.25.0", features = ["full"] }
pretty_assertions = "1.0.0"
indexmap = "2.0.2"

[features]
default = ["rust"]
Expand Down
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ use params::ParamDef;
cfg_if! {
if #[cfg(feature = "rust")] {
mod printer;
pub use parser::DocDiagnostic;
pub use parser::DocError;
pub use parser::DocParser;
pub use printer::DocPrinter;
Expand Down
Loading

0 comments on commit 23514e8

Please sign in to comment.