diff options
Diffstat (limited to 'test/indent/pascal.pas')
-rw-r--r-- | test/indent/pascal.pas | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/indent/pascal.pas b/test/indent/pascal.pas index 4b3be7cf57c..0005b9561bf 100644 --- a/test/indent/pascal.pas +++ b/test/indent/pascal.pas @@ -29,6 +29,7 @@ by the GNU General Public License. } // Free-pascal style comment. var x:Char = 12 /* 45; // This /* does not start a comment. var x:Char = (/ 4); // This (/ does not start a comment. +var a_to_b : integer; // 'to' should not be highlighted program CRTDemo; |