diff options
author | dgp <dgp@users.sourceforge.net> | 2013-09-19 14:48:02 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2013-09-19 14:48:02 (GMT) |
commit | cb5d76ed2b76f22cd7c3cf4f41ac3ef0a0f030df (patch) | |
tree | f6fcb3339905381c35a4192d4c8e95ab2bce8ed3 /tests | |
parent | 657b49a9d1d82445fd0b53afacf3077ef9d1c1eb (diff) | |
download | tcl-cb5d76ed2b76f22cd7c3cf4f41ac3ef0a0f030df.zip tcl-cb5d76ed2b76f22cd7c3cf4f41ac3ef0a0f030df.tar.gz tcl-cb5d76ed2b76f22cd7c3cf4f41ac3ef0a0f030df.tar.bz2 |
Line numbers wrong in compiled [dict get].
Diffstat (limited to 'tests')
-rw-r--r-- | tests/dict.test | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/dict.test b/tests/dict.test index fec000d..149599b 100644 --- a/tests/dict.test +++ b/tests/dict.test @@ -1259,6 +1259,12 @@ test dict-23.5 {CompileWord OBOE} { apply {{} {tcl::dict::incr foo \ [format bar]}} } {bar 1} +test dict-23.6 {CompileWord OBOE} { + apply {n { + dict get {a b} {*}{ + } [return [incr n -[linenumber]]] + }} [linenumber] +} 1 rename linenumber {} |