Author: coke Date: Mon Nov 7 11:28:22 2005 New Revision: 9823 Modified: trunk/languages/tcl/t/cmd_regexp.t Log: add pointer to RE spec for anyone insane enough to volunteer to write tests...
Modified: trunk/languages/tcl/t/cmd_regexp.t ============================================================================== --- trunk/languages/tcl/t/cmd_regexp.t (original) +++ trunk/languages/tcl/t/cmd_regexp.t Mon Nov 7 11:28:22 2005 @@ -11,6 +11,8 @@ TCL wrong # args: should be "regexp ?switches? exp string ?matchVar? ?subMatchVar subMatchVar ...?" OUT +# http://www.tcl.tk/man/tcl8.5/TclCmd/re_syntax.htm + TODO: { local $TODO="not implemented yet."; regexp_is ("asdf","asdf","literal, t");
