summaryrefslogtreecommitdiff
path: root/test/lib/completions/display.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/lib/completions/display.exp')
-rw-r--r--test/lib/completions/display.exp41
1 files changed, 41 insertions, 0 deletions
diff --git a/test/lib/completions/display.exp b/test/lib/completions/display.exp
new file mode 100644
index 00000000..9a9d6901
--- /dev/null
+++ b/test/lib/completions/display.exp
@@ -0,0 +1,41 @@
+proc setup {} {
+ save_env
+}; # setup()
+
+
+proc teardown {} {
+ assert_env_unmodified
+}; # teardown()
+
+
+setup
+
+
+assert_complete_any "display "
+
+
+sync_after_int
+
+
+set test "- should complete options"
+set options {
+ -alpha -antialias -authenticate -auto-orient -backdrop -background -border
+ -bordercolor -borderwidth -channel -clip -clip-path -coalesce -colormap
+ -colors -colorspace -comment -compress -contrast -crop -debug -decipher
+ -define -delay -density -depth -despeckle -display -dispose -dither -edge
+ -endian -enhance -extract -filter -flatten -flip -flop -font -foreground
+ -format -frame -gamma -geometry -help -iconGeometry -iconic -identify
+ -immutable -interlace -interpolate -label -limit -list -log -loop -map
+ -mattecolor -monitor -monochrome -name -negate -page -profile -quality
+ -quantize -quiet -raise -regard-warnings -remote -repage -resample -resize
+ -respect-parenthesis -roll -rotate -sample -sampling-factor -scenes -seed
+ -segment -set -shared-memory -sharpen -size -strip -texture -title
+ -transparent-color -treedepth -trim -update -usePixmap -verbose -version
+ -virtual-pixel -visual -window -window-group -write }
+assert_complete $options "display -" $test
+
+
+sync_after_int
+
+
+teardown