-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cmd: Add test cases for sortAscending
- Loading branch information
Showing
1 changed file
with
35 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
# User cache and config dirs (we use os.UserCacheDir and os.UserCongfigDir) | ||
[darwin] env HOME=home | ||
[darwin] mkdir "$HOME/Library/Caches" | ||
[darwin] mkdir "$HOME/Library/Application Support" | ||
[linux] env XDG_CACHE_HOME=cache | ||
[linux] env XDG_CONFIG_HOME=config | ||
[windows] env LocalAppData=cache | ||
[windows] env AppData=config | ||
|
||
# https://github.com/actions/runner-images/issues/602 | ||
[darwin] skip | ||
|
||
# Test 1 | ||
env HVM_NUMTAGSTODISPLAY=-1 | ||
env HVM_SORTASCENDING=true | ||
exec hvm use | ||
stdin input.txt | ||
stdout '\D1\) v0\.54\.0' | ||
|
||
env HVM_NUMTAGSTODISPLAY=-1 | ||
env HVM_SORTASCENDING=false | ||
stdin input.txt | ||
exec hvm use | ||
! stdout '\D1\) v0\.54\.0' | ||
|
||
env HVM_NUMTAGSTODISPLAY=30 | ||
env HVM_SORTASCENDING=false | ||
stdin input.txt | ||
exec hvm use | ||
! stdout '\D1\) v0\.54\.0' | ||
! stdout '\D30\) v0\.54\.0' | ||
|
||
# Files | ||
-- input.txt -- | ||
1 |