File: js-beautify-test

package info (click to toggle)
python-jsbeautifier 1.6.4-6~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 412 kB
  • sloc: python: 5,356; makefile: 7; sh: 5
file content (10 lines) | stat: -rwxr-xr-x 141 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
#! /bin/sh
#
# Test suite launcher
#

if [ -z $PYTHON ]; then
    env python js-beautify-test.py
else
    env $PYTHON js-beautify-test.py
fi