Skip to content

Commit

Permalink
test for invalid mod name
Browse files Browse the repository at this point in the history
  • Loading branch information
laniakea64 committed Dec 28, 2023
1 parent 5453aef commit c036848
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/cases/invalid.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
!include not-at-beginning-of-line.just

mod -invalid-mod

<span class="Function">set</span> <span class="Identifier">shell</span>

bash <span class="Operator">:=</span> <span class="String">'bash'</span>
Expand Down
2 changes: 2 additions & 0 deletions tests/cases/invalid.just
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
!include not-at-beginning-of-line.just

mod -invalid-mod

set shell

bash := 'bash'
Expand Down

0 comments on commit c036848

Please sign in to comment.