mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-06 11:46:41 +01:00
ci: compute coverage
This commit is contained in:
parent
bd680db230
commit
863c028047
1 changed files with 2 additions and 2 deletions
|
|
@ -115,13 +115,13 @@ pub const fn to_digit (c: char) -> Result<usize, ParseError> {
|
|||
source in "\\PC*"
|
||||
) {
|
||||
let mut iter = crate::SourceIter::new(&source);
|
||||
let _ = iter.next();
|
||||
//let _ = iter.next();
|
||||
}
|
||||
#[test] fn proptest_token_iter (
|
||||
source in "\\PC*"
|
||||
) {
|
||||
let mut iter = crate::TokenIter::new(&source);
|
||||
let _ = iter.next();
|
||||
//let _ = iter.next();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue