aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/examples/x.tcl.styled
AgeCommit message (Collapse)AuthorFilesLines
2019-01-30Add 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.
2019-01-29Bug [#1947]. Fix recognizing '"' after "," inside a bracketed substitution.Neil1-0/+5
2019-01-29Add unit test for Tcl lexer.Neil1-0/+8