tests/test-check-jshint.t
author Yuya Nishihara <yuya@tcha.org>
Sun, 21 Jul 2019 13:48:29 +0900
changeset 42633 f78f305454fd
parent 35605 45a816361926
permissions -rw-r--r--
hgignore: add escape syntax test for glob patterns The last example, [\#], is what the rust implementation fails to parse. The other escapes can be removed by regexp engine or _globre().

#require test-repo jshint hg10

  $ . "$TESTDIR/helpers-testrepo.sh"

run jshint on all tracked files ending in .js except vendored dependencies

  $ cd "`dirname "$TESTDIR"`"

  $ testrepohg locate 'set:**.js' \
  > 2>/dev/null \
  > | xargs jshint