Index: openacs-4/packages/acs-core-docs/www/xml/engineering-standards/auto-testing.xml =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/xml/engineering-standards/auto-testing.xml,v diff -u -r1.1.2.1 -r1.1.2.2 --- openacs-4/packages/acs-core-docs/www/xml/engineering-standards/auto-testing.xml 21 Nov 2003 11:14:18 -0000 1.1.2.1 +++ openacs-4/packages/acs-core-docs/www/xml/engineering-standards/auto-testing.xml 3 Dec 2003 21:17:04 -0000 1.1.2.2 @@ -17,7 +17,7 @@ Special characters in Tcl -Try strings starting with a -Bad and strings containing [BAD], {, \077, and $Bad. For user input, [BAD] should never be evaluated, \077 should not be turned into a ? and $Bad should not be interpolated. The string -Bad [BAD] \077 { $Bad should be valid user input, should pass through the system unaltered, and if it isn't that's a bug. +Try strings starting with a -Bad and strings containing [BAD], {, \077, and $Bad. For user input, [BAD] should never be evaluated, \077 should not be turned into a ? and $Bad should not be interpolated. The string -Bad [BAD] \077 { $Bad should be valid user input, should pass through the system unaltered, and if it isn't that's a bug.