~ubuntu-branches/ubuntu/vivid/silversearcher-ag/vivid

« back to all changes in this revision

Viewing changes to tests/search_stdin.t

  • Committer: Package Import Robot
  • Author(s): Hajime Mizuno
  • Date: 2015-01-26 10:32:49 UTC
  • mfrom: (1.2.1) (10.1.1 experimental)
  • Revision ID: package-import@ubuntu.com-20150126103249-bxlxo8eagay3mj4h
Tags: 0.28.0-1
* new upstream release
* upload to unstable

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Setup:
 
2
 
 
3
  $ . $TESTDIR/setup.sh
 
4
  $ echo 'blah' > ./blah.txt
 
5
 
 
6
Feed blah.txt from stdin:
 
7
 
 
8
  $ ag 'blah' < ./blah.txt
 
9
  blah.txt:1:blah