Skip to content

Commit

Permalink
Testing invalid file name (#180)
Browse files Browse the repository at this point in the history
* Testing invalid file name

* More special character file names

* Adding space to invalid file name
  • Loading branch information
PalumboN authored May 1, 2024
1 parent 1e859f5 commit e1b775d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/validations/-$!"·$%&( )=|@¢∞¬÷“≠'?.wlk
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@Expect(code="shouldNotUseSpecialCharactersInName")
1 change: 1 addition & 0 deletions test/validations/not.valid.name.wlk
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@Expect(code="shouldNotUseSpecialCharactersInName", values=["not.valid.name.wlk"])
1 change: 1 addition & 0 deletions test/validations/vAlId_nam3.wlk
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@NotExpect(code="shouldNotUseSpecialCharactersInName")

0 comments on commit e1b775d

Please sign in to comment.