Skip to content

Commit d214024

Browse files
committed
Added permutations
1 parent 48d8df3 commit d214024

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

vyxal/permutations.vy

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
#?⧖(|n9Oj,

vyxal/test.ps1

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ java -jar $vyxal --file "$PSScriptRoot\clockhands.vy" |
2424
Assert-MatchTests &&
2525
java -jar $vyxal --file "$PSScriptRoot\codepage.vy" &&
2626
java -jar $vyxal --file "$PSScriptRoot\hello.vy" &&
27+
java -jar $vyxal --file "$PSScriptRoot\permutations.vy" I like carrots|
28+
Compare-Object (Get-Content "$PSScriptRoot\..\test\carrots_expected") |
29+
Assert-MatchTests &&
2730
ForEach-Object 'foo';
2831

2932
if ($Error -or !$?) {

0 commit comments

Comments
 (0)