Land release blocker fixes and workspace cleanup
This commit is contained in:
@@ -168,7 +168,10 @@ mod tests {
|
||||
];
|
||||
for (input, expected) in cases {
|
||||
let out = to_plain_text(&[seg(input)]);
|
||||
assert_eq!(out, expected, "input {input:?} should strip to {expected:?}");
|
||||
assert_eq!(
|
||||
out, expected,
|
||||
"input {input:?} should strip to {expected:?}"
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user