mirror of
https://github.com/v0l/m3u8-rs.git
synced 2025-06-21 18:55:24 +00:00
added test
This commit is contained in:

committed by
Sebastian Dröge

parent
d8e0283ddb
commit
46622345d1
@ -933,6 +933,14 @@ mod tests {
|
||||
);
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn empty_comment() {
|
||||
assert_eq!(
|
||||
comment_tag(b"#\nxxx"),
|
||||
Result::Ok(("xxx".as_bytes(), None))
|
||||
);
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn quotes() {
|
||||
assert_eq!(
|
||||
|
Reference in New Issue
Block a user