mirror of
https://github.com/Devolutions/IronRDP.git
synced 2025-08-04 15:18:17 +00:00
build: bump rust toolchain to 1.74.0 (#322)
This commit is contained in:
parent
2384a70916
commit
4506e1b185
22 changed files with 50 additions and 50 deletions
|
@ -41,7 +41,7 @@ fn test_cf_html_to_text() {
|
|||
assert!(actual.ends_with("</sup>"));
|
||||
|
||||
// Validate roundtrip
|
||||
let cf_html = plain_html_to_cf_html(&actual);
|
||||
let cf_html = plain_html_to_cf_html(actual);
|
||||
let roundtrip_html_text = cf_html_to_plain_html(cf_html.as_bytes()).unwrap();
|
||||
assert_eq!(actual, roundtrip_html_text);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue