aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/examples/x.tcl.styled
AgeCommit message (Collapse)AuthorFilesLines
2019-01-30Backport: Add a ';' statement separator at end of statement in example code.Neil1-1/+1
The TCL lexer handles CRLF line ends strangely often with different styles for the CR and LF. This breaks the unit testing driver as the CR and LF are now separated in the output leading to 2 lines where there was one. It also causes differences in runs between Windows and Unix. Backport of changeset 7245:f3e1c8c6bc19.
2019-01-29Backport: Bug [#1947]. Fix recognizing '"' after "," inside a bracketed ↵Neil1-0/+5
substitution. Backport of changeset 7243:f75e25db799e.
2019-01-29Backport: Add unit test for Tcl lexer.Neil1-0/+8
Backport of changeset 7242:d2ac12d5ab0e.