Skip to content

Commit

Permalink
chore(deps): bump pest from 2.1.3 to 2.2.1 (#52)
Browse files Browse the repository at this point in the history
This also allows us to reenable an ignored test.
  • Loading branch information
martinohmann committed Aug 19, 2022
1 parent f5e22ef commit 555b7e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Expand Up @@ -28,8 +28,8 @@ path = "specsuite/main.rs"
harness = false

[dependencies]
pest = "2.1.3"
pest_derive = "2.1.0"
pest = "2.2.1"
pest_derive = "2.2.1"
itoa = "1.0.1"
ryu = "1.0.9"
unicode-ident = "1.0.0"
Expand Down
4 changes: 1 addition & 3 deletions specsuite/hcl/invalid-heredoc.hcl.json
@@ -1,8 +1,6 @@
{
"message": "EOF must be immediately followed by a newline",
"ignore": true,
"body": {
"comment": "The line feed char after the word `invalid` is present locally, somehow stop showing up in GitHub actions. Needs investigation.",
"message": " --> 2:12\n |\n2 | source = <<-EOF # This is invalid␊\n | ^---\n |\n = expected ExprTerm, Operation, or CondExpr"
"message": " --> 2:12\n |\n2 | source = <<-EOF # This is invalid\n | ^---\n |\n = expected ExprTerm, Operation, or CondExpr"
}
}

0 comments on commit 555b7e4

Please sign in to comment.