Carl Worth
4c22f4dba7
Fix multi-line comment regular expression to handle (non) nested comments.
...
Ken reminded me of a couple cases that I should be testing. These are
the non-nestedness of things that look like nested comments as well as
potentially tricky things like "/*/" and "/*/*/".
The (non) nested comment case was not working in the case of the
comment terminator with multiple '*' characters. We fix this by not
considering a '*' as the "non-slash" to terminate a sequence of '*'
characters within the comment. We also fix the final match of the
terminator to use '+' rather than '*' to require the presence of a
final '*' character in the comment terminator.
2010-06-02 10:57:18 -07:00
..
2010-05-25 17:08:07 -07:00
2010-05-10 16:21:10 -07:00
2010-05-11 12:29:22 -07:00
2010-05-11 12:35:06 -07:00
2010-05-11 12:35:06 -07:00
2010-05-11 12:39:29 -07:00
2010-05-11 12:39:29 -07:00
2010-05-11 12:39:29 -07:00
2010-05-12 12:49:07 -07:00
2010-05-12 13:11:23 -07:00
2010-05-12 13:14:08 -07:00
2010-05-13 09:35:50 -07:00
2010-05-13 09:35:50 -07:00
2010-05-13 09:35:50 -07:00
2010-05-13 09:35:50 -07:00
2010-05-20 14:05:37 -07:00
2010-05-20 14:05:37 -07:00
2010-05-14 09:53:50 -07:00
2010-05-14 09:53:50 -07:00
2010-05-14 11:50:27 -07:00
2010-05-20 14:05:37 -07:00
2010-05-14 11:50:33 -07:00
2010-05-14 16:51:54 -07:00
2010-05-20 14:05:37 -07:00
2010-05-17 10:15:23 -07:00
2010-05-26 16:04:31 -07:00
2010-05-26 16:04:31 -07:00
2010-05-18 22:09:57 -07:00
2010-05-18 22:09:57 -07:00
2010-05-18 22:09:57 -07:00
2010-05-18 22:09:57 -07:00
2010-05-18 22:09:57 -07:00
2010-05-20 14:05:37 -07:00
2010-05-20 14:05:37 -07:00
2010-05-19 07:42:42 -07:00
2010-05-20 14:05:37 -07:00
2010-05-19 07:57:03 -07:00
2010-05-20 08:01:44 -07:00
2010-05-20 08:46:54 -07:00
2010-05-20 12:06:33 -07:00
2010-05-20 22:27:07 -07:00
2010-05-20 22:27:07 -07:00
2010-05-20 22:27:07 -07:00
2010-05-20 22:27:07 -07:00
2010-05-20 22:27:07 -07:00
2010-05-20 22:27:07 -07:00
2010-05-20 22:27:07 -07:00
2010-05-20 22:27:07 -07:00
2010-05-20 22:27:07 -07:00
2010-05-26 09:33:23 -07:00
2010-05-26 09:33:23 -07:00
2010-05-24 10:37:38 -07:00
2010-05-24 11:33:07 -07:00
2010-05-26 09:37:14 -07:00
2010-05-26 11:15:21 -07:00
2010-05-26 17:01:57 -07:00
2010-05-27 10:12:33 -07:00
2010-05-27 13:29:19 -07:00
2010-05-27 14:01:18 -07:00
2010-05-27 14:38:20 -07:00
2010-05-28 15:10:27 -07:00
2010-05-28 15:10:27 -07:00
2010-06-01 11:23:08 -07:00
2010-06-02 10:57:18 -07:00
2010-05-29 05:07:24 -07:00
2010-05-29 05:54:19 -07:00
2010-05-29 05:57:22 -07:00
2010-06-01 12:18:43 -07:00