Skip to content

Commit

Permalink
Add test to show that !include directives are not detected as recipe …
Browse files Browse the repository at this point in the history
…lines
  • Loading branch information
johnhamelink committed Jun 4, 2023
1 parent d23b95f commit 3abda3b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/justl-test.el
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@
(should (equal
(justl--is-recipe-line-p "# Terraform plan")
nil))
(should (equal
(justl--is-recipe-line-p "!include lorem.just")
nil))
(should (equal
(justl--is-recipe-line-p "push version: (build-cmd version)")
t))
Expand Down

0 comments on commit 3abda3b

Please sign in to comment.