Skip to content

Commit

Permalink
fix parsing error
Browse files Browse the repository at this point in the history
  • Loading branch information
ludicast authored Jul 5, 2022
1 parent 08cbd88 commit bdea9f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/parsing.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ fn parse_basic() -> Result<(), dockerfile_parser::Error> {
},
index: 0,
alias: None,
flags: vec![],
})
);

Expand Down

0 comments on commit bdea9f0

Please sign in to comment.