Skip to content

Commit

Permalink
Merge pull request #191 from uqbar-project/packages-with-dash
Browse files Browse the repository at this point in the history
Packages con guiones
  • Loading branch information
PalumboN authored Jul 3, 2024
2 parents a6b0960 + 5b634cd commit 8b0c726
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* Scenario: defined in packageExample.wlk file
* Scenario: defined in package-example.wlk file
*/
import packageExample.aves.*
import package-example.aves.*

/**
* Tests
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
@Expect(code="shouldNotUseSpecialCharactersInName", values=["invalid-name.wlk"])
@Expect(code="shouldNotUseSpecialCharactersInName", values=["invalid$name.wlk"])

0 comments on commit 8b0c726

Please sign in to comment.