Skip to content

Commit 48d8df3

Browse files
committed
Added a program that has no code whatsoever
1 parent 91fa52c commit 48d8df3

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

vyxal/cat.vy

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
## A cat program essentially outputs the input... wait this file has no code... what.

vyxal/test.ps1

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ $Error.clear()
1616
java -jar $vyxal --file "$PSScriptRoot\anagrams.vy" rats |
1717
Compare-Object (Get-Content "$PSScriptRoot\..\test\rats_heap_expected") |
1818
Assert-MatchTests &&
19+
java -jar $vyxal --file "$PSScriptRoot\cat.vy" supercalifragilisticexpialidocious |
20+
Compare-Object "supercalifragilisticexpialidocious" |
21+
Assert-MatchTests &&
1922
java -jar $vyxal --file "$PSScriptRoot\clockhands.vy" |
2023
Compare-Object (Get-Content "$PSScriptRoot\..\test\clockhands_expected") |
2124
Assert-MatchTests &&

0 commit comments

Comments
 (0)