Skip to content

Commit

Permalink
added test files for color tests (strip on pipe)
Browse files Browse the repository at this point in the history
  • Loading branch information
SilenZcience committed Jan 15, 2024
1 parent ea6eef9 commit a0041cc
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 0 deletions.
10 changes: 10 additions & 0 deletions cat_win/tests/texts/ansi-base.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
import subprocess
import sys
import hashlib

possible_py_version = [
'py -3.7',
'py -3.8',
'py -3.9',
'py -3.10',
'py -3.11',
10 changes: 10 additions & 0 deletions cat_win/tests/texts/ansi-neg.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
1) [17] import subprocess
2) [10] import sys
3) [14] import hashlib
4) [ 0]
5) [23] possible_py_version = [
6) [14] 'py -3.7',
7) [14] 'py -3.8',
8) [14] 'py -3.9',
9) [15] 'py -3.10',
10) [15] 'py -3.11',
10 changes: 10 additions & 0 deletions cat_win/tests/texts/ansi-pos.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
 1) [17] import subprocess
 2) [10] import sys
 3) [14] import hashlib
 4) [ 0]
 5) [23] possible_py_version = [
 6) [14] 'py -3.7',
 7) [14] 'py -3.8',
 8) [14] 'py -3.9',
 9) [15] 'py -3.10',
10) [15] 'py -3.11',

0 comments on commit a0041cc

Please sign in to comment.