Calendar events ported not passing

This commit is contained in:
Henry
2022-09-12 20:08:25 -05:00
parent 56b13b16fb
commit e7fc4a50d3
10 changed files with 757 additions and 629 deletions

View File

@@ -153,7 +153,7 @@ pub fn parse(result: &RXingResult) -> Option<ParsedClientResult> {
}
}
fn matchVCardPrefixedField(
pub fn matchVCardPrefixedField(
prefix: &str,
rawText: &str,
trim: bool,
@@ -427,7 +427,7 @@ fn maybeAppendFragment(fragmentBuffer: &mut Vec<u8>, charset: &str, result: &mut
}
}
fn matchSingleVCardPrefixedField(
pub fn matchSingleVCardPrefixedField(
prefix: &str,
rawText: &str,
trim: bool,