Skip to content

Commit

Permalink
make expected-tests diff more pretty (#2577)
Browse files Browse the repository at this point in the history
* make expected-tests diff more pretty

* use owo-colors, which is more pleasant
  • Loading branch information
tshepang authored Jul 10, 2023
1 parent ec6a0c7 commit f44a665
Show file tree
Hide file tree
Showing 3 changed files with 220 additions and 52 deletions.
211 changes: 168 additions & 43 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion bindgen-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,12 @@ publish = false
bindgen = { path = "../bindgen", features = ["__cli", "experimental"] }
clap = { version = "4", features = ["derive"] }
clap_complete = "4"
diff = "0.1"
shlex = "1"
prettyplease = { version = "0.2.7", features = ["verbatim"] }
syn = { version = "2.0" }
tempfile = "3"
similar = { version = "2.2.1", features = ["inline"] }
owo-colors = "3.5.0"

[features]
logging = ["bindgen/logging"]
Expand Down
Loading

0 comments on commit f44a665

Please sign in to comment.