subst.test
上传用户:rrhhcc
上传日期:2015-12-11
资源大小:54129k
文件大小:9k
源码类别:

通讯编程

开发平台:

Visual C++

  1. # Commands covered:  subst
  2. #
  3. # This file contains a collection of tests for one or more of the Tcl
  4. # built-in commands.  Sourcing this file into Tcl runs the tests and
  5. # generates output for errors.  No output means no errors were found.
  6. #
  7. # Copyright (c) 1994 The Regents of the University of California.
  8. # Copyright (c) 1994 Sun Microsystems, Inc.
  9. # Copyright (c) 1998-2000 Ajuba Solutions.
  10. #
  11. # See the file "license.terms" for information on usage and redistribution
  12. # of this file, and for a DISCLAIMER OF ALL WARRANTIES.
  13. #
  14. # RCS: @(#) $Id: subst.test,v 1.13.2.7 2004/10/26 21:42:53 dgp Exp $
  15. if {[lsearch [namespace children] ::tcltest] == -1} {
  16.     package require tcltest
  17.     namespace import -force ::tcltest::*
  18. }
  19. test subst-1.1 {basics} {
  20.     list [catch {subst} msg] $msg
  21. } {1 {wrong # args: should be "subst ?-nobackslashes? ?-nocommands? ?-novariables? string"}}
  22. test subst-1.2 {basics} {
  23.     list [catch {subst a b c} msg] $msg
  24. } {1 {bad switch "a": must be -nobackslashes, -nocommands, or -novariables}}
  25. test subst-2.1 {simple strings} {
  26.     subst {}
  27. } {}
  28. test subst-2.2 {simple strings} {
  29.     subst a
  30. } a
  31. test subst-2.3 {simple strings} {
  32.     subst abcdefg
  33. } abcdefg
  34. test subst-2.4 {simple strings} {
  35.     # Tcl Bug 685106
  36.     subst [bytestring barx00soom]
  37. } [bytestring barx00soom]
  38. test subst-3.1 {backslash substitutions} {
  39.     subst {x$x[foo bar]\}
  40. } "x$x[foo bar]\"
  41. test subst-3.2 {backslash substitutions with utf chars} {
  42.     # 'j' is just a char that doesn't mean anything, and 344 is '