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 6a13842 commit f68cdacCopy full SHA for f68cdac
vyxal/test.ps1
@@ -30,6 +30,9 @@ java -jar $vyxal --file "$PSScriptRoot\permutations.vy" I like carrots|
30
java -jar $vyxal --file "$PSScriptRoot\sum_of_even_squares.vy" 6 7 4 2 |
31
Compare-Object 56 |
32
Assert-MatchTests &&
33
+java -jar $vyxal --file "$PSScriptRoot\triple.vy" |
34
+ Compare-Object (Get-Content "$PSScriptRoot\..\test\triple_expected") |
35
+ Assert-MatchTests &&
36
ForEach-Object 'foo';
37
38
if ($Error -or !$?) {
vyxal/triple.vy
@@ -0,0 +1 @@
1
+40ɾ3℈ʎʈ↝²∑½√↜=}(|nᏜ, j,
0 commit comments