aboutsummaryrefslogtreecommitdiff
path: root/tests/misc.test
AgeCommit message (Expand)AuthorFilesLines
2023-08-13tests: misc: improve 'info statics' testSteve Bennett1-3/+5
2023-06-21core: Display errors in a more "pythonesque" waySteve Bennett1-7/+6
2020-10-31core: change "newVal" to "value" in [lset] usageD. Bohdan1-1/+1
2020-10-31core: put space before "..." in "wrong # args" msgD. Bohdan1-0/+5
2020-06-05core: variable names may now contain embedded nullsSteve Bennett1-6/+6
2020-05-06exit: Set the exit code as the interp resultSteve Bennett1-2/+2
2019-12-13tests: Fix misc.test for new return -level 0 behaviourSteve Bennett1-1/+1
2017-08-03Error on extra characters after close braceSteve Bennett1-1/+1
2017-05-30expr: Ensure that non-zero return codes are passed throughSteve Bennett1-0/+13
2017-04-07expr: Add better checks for invalid ternary expressionSteve Bennett1-1/+1
2015-04-06Avoid error in tcltest.tcl if $::argv0 is unsetSteve Bennett1-1/+1
2013-12-21Fix hash table order dependency in various testsSteve Bennett1-3/+9
2011-11-25Add [info statics]Steve Bennett1-0/+6
2011-09-24Fix script ignored string rep after list operationSteve Bennett1-0/+8
2011-07-08Fix missing expr error message with || and &&Steve Bennett1-0/+5
2011-05-24Small code cleanupsSteve Bennett1-4/+72
2011-05-23Improve list parsingSteve Bennett1-0/+107
2010-12-15Fix an object sharing bug for arraysSteve Bennett1-0/+28
2010-12-14Include all double colons as part of the var nameSteve Bennett1-0/+7
2010-12-06Add more dependencies for testsSteve Bennett1-0/+2
2010-11-22Overhaul unit test frameworkSteve Bennett1-10/+4
2010-11-19Better Tcl compatibility for [lrepeat]Steve Bennett1-6/+4
2010-11-17Bug fix: [split] string with leading nullSteve Bennett1-0/+4
2010-11-17Add UTF-8 support to JimSteve Bennett1-0/+3
2010-10-15Skip tests for features which are not availableSteve Bennett1-0/+1
2010-10-15Improvements to catch, return, signal, trySteve Bennett1-0/+33
2010-10-15Fix lassign to work properly with an empty listSteve Bennett1-0/+6
2010-10-15Fix 'format %%'Steve Bennett1-0/+5
2010-10-15Allow catch to specify what is caughtSteve Bennett1-0/+48
2010-10-15Allow incr on unset variableSteve Bennett1-0/+21
2010-10-15Fix null pointer dereferenceSteve Bennett1-0/+10
2010-10-15Bug fixes and featuresSteve Bennett1-14/+18
2010-10-15Rework script/subst parser for improved performanceSteve Bennett1-18/+18
2010-10-15Many improvements, bug fixesSteve Bennett1-1/+78
2010-10-15New featuresSteve Bennett1-0/+94
2010-10-15Source cleanups, typos, add testSteve Bennett1-0/+10
2010-10-15Bug fixes, documentation updatesSteve Bennett1-0/+24