You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for sending the test case! This is interesting, the quote thing is not actually a bug since it's legal Tcl to have an unmatched quote as long as it doesn't start a word (e.g. puts foo" is legal but puts "foo is not). However, both these things could probably be identified as a likely bug and trigger a linter error/warning, so I'll think about adding some checks for these cases.
The follow tcl command doesn't raise any issues with tclint, but it has an open ended quote and a variable for expansion in
{}
should be:
The text was updated successfully, but these errors were encountered: