Compare commits
No commits in common. 'epel9' and 'i9ce' have entirely different histories.
@ -1,2 +1 @@
|
||||
/*.tar.gz
|
||||
/*.tgz
|
||||
SOURCES/uglify-js-3.19.3.tgz
|
||||
|
@ -0,0 +1 @@
|
||||
82315e9bbc6f2b25888858acd1fff8441035b77f SOURCES/uglify-js-3.19.3.tgz
|
@ -1 +0,0 @@
|
||||
SHA512 (uglify-js-3.19.3.tgz) = bf75eefb2bb00578aca7a4184dc1f851b1fec58257aa7ab69bf2ed41558a5b361cd627a16272e2c6840337d147ebf8fdfe8c9b7dde96f46870925f3e50c29329
|
@ -1,16 +0,0 @@
|
||||
---
|
||||
- hosts: localhost
|
||||
roles:
|
||||
- role: standard-test-basic
|
||||
tags:
|
||||
- classic
|
||||
required_packages:
|
||||
- uglify-js
|
||||
tests:
|
||||
# Check that the main binary can be run at all
|
||||
- usable:
|
||||
run: uglifyjs --version
|
||||
# Check that a basic expression is correctly minified
|
||||
- expression:
|
||||
run: test "$(echo '1 + 1'|uglifyjs)" = '1+1;'
|
||||
...
|
Loading…
Reference in new issue