File: evince.exp

package info (click to toggle)
bash-completion 1%3A2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 6,812 kB
  • sloc: exp: 7,915; makefile: 891; sh: 753; perl: 59; python: 26; xml: 13; ansic: 6
file content (35 lines) | stat: -rw-r--r-- 970 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
proc setup {} {
    save_env
}


proc teardown {} {
    assert_env_unmodified {/OLDPWD=/d}
}


setup


# NOTE: The directory `fixtures/evince' contains an additional subdir `foo'
#       (should be visible as completion) and an additional file `.txt'
#       (shouldn't be visible as completion)
set files {
    foo/
    .bmp .BMP .cbr .CBR .cbz .CBZ .djv .DJV .djvu .DJVU
    .dvi .DVI .dvi.bz2 .dvi.BZ2 .DVI.bz2 .DVI.BZ2 .dvi.gz .dvi.GZ .DVI.gz .DVI.GZ
    .eps .EPS .eps.bz2 .eps.BZ2 .EPS.bz2 .EPS.BZ2 .eps.gz .eps.GZ .EPS.gz .EPS.GZ
    .gif .GIF .ico .ICO .jpeg .JPEG .jpg .JPG .miff .MIFF .pbm .PBM .pcx .PCX 
    .pdf .PDF .pdf.bz2 .pdf.BZ2 .PDF.bz2 .PDF.BZ2 .pdf.gz .pdf.GZ .PDF.gz .PDF.GZ
    .pgm .PGM .png .PNG .pnm .PNM .ppm .PPM
    .ps .PS .ps.bz2 .ps.BZ2 .PS.bz2 .PS.BZ2 .ps.gz .ps.GZ .PS.gz .PS.GZ
    .tga .TGA .tif .TIF .tiff .TIFF
    .xpm .XPM .xwd .XWD
}
assert_complete_dir $files "evince " "$::srcdir/fixtures/evince"


sync_after_int 


teardown