We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48d8df3 commit d214024Copy full SHA for d214024
vyxal/permutations.vy
@@ -0,0 +1 @@
1
+#?⧖(|n9Oj,
vyxal/test.ps1
@@ -24,6 +24,9 @@ java -jar $vyxal --file "$PSScriptRoot\clockhands.vy" |
24
Assert-MatchTests &&
25
java -jar $vyxal --file "$PSScriptRoot\codepage.vy" &&
26
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 &&
30
ForEach-Object 'foo';
31
32
if ($Error -or !$?) {
0 commit comments