Skip to content

Commit

Permalink
parse-zoneinfo: move tests into crate
Browse files Browse the repository at this point in the history
  • Loading branch information
djc committed Apr 15, 2024
1 parent 397f460 commit 9e62ba1
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -807,7 +807,7 @@ Zone Asia/Dushanbe 4:35:12 - LMT 1924 May 2
"#;

let mut table = TableBuilder::new();
let parser = LineParser::new();
let parser = LineParser::default();
for line in ZONEINFO.lines() {
let line = parser.parse_str(line).unwrap();
match line {
Expand Down

0 comments on commit 9e62ba1

Please sign in to comment.