mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-25 10:10:56 -05:00
adding more test cases
This commit is contained in:
parent
e1edf788e2
commit
85c273d947
4 changed files with 4 additions and 0 deletions
3
.automation/test/powershell/powershell_bad_1.psd1
Normal file
3
.automation/test/powershell/powershell_bad_1.psd1
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
@{
|
||||||
|
'Hello'='World
|
||||||
|
}
|
1
.automation/test/powershell/powershell_bad_1.psm1
Normal file
1
.automation/test/powershell/powershell_bad_1.psm1
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Write-Output "hello world!
|
Loading…
Reference in a new issue