This website works better with JavaScript.
Home
Explore
Help
Sign In
lukechilds
/
termux-packages
mirror of
https://github.com/lukechilds/termux-packages.git
Watch
1
Star
0
Fork
0
Code
Issues
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6544
Commits
6
Branches
0
Tags
18 MiB
Tree:
14931574cb
android-5
build-on-device
electrs
emacs-27
master
patch-log
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '14931574cb'
${ noResults }
termux-packages
/
packages
/
ruby
/
tests
/
default_encoding_isutf8.sh
2 lines
74 B
Raw
Normal View
History
Add start of regression testing of packages Current plan is to have a tests/ folder in packages, where each file in this folder is a shell script which indicates a test failure by a non-zero exit value.
9 years ago
assert_equals
'#<Encoding:UTF-8>'
`
ruby -e
'p Encoding.default_external'
`