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 91fa52c commit 48d8df3Copy full SHA for 48d8df3
vyxal/cat.vy
@@ -0,0 +1 @@
1
+## A cat program essentially outputs the input... wait this file has no code... what.
vyxal/test.ps1
@@ -16,6 +16,9 @@ $Error.clear()
16
java -jar $vyxal --file "$PSScriptRoot\anagrams.vy" rats |
17
Compare-Object (Get-Content "$PSScriptRoot\..\test\rats_heap_expected") |
18
Assert-MatchTests &&
19
+java -jar $vyxal --file "$PSScriptRoot\cat.vy" supercalifragilisticexpialidocious |
20
+ Compare-Object "supercalifragilisticexpialidocious" |
21
+ Assert-MatchTests &&
22
java -jar $vyxal --file "$PSScriptRoot\clockhands.vy" |
23
Compare-Object (Get-Content "$PSScriptRoot\..\test\clockhands_expected") |
24
0 commit comments