Stephen Kelly b3d8f5dab7 GenEx: Parse comma after colon tokens specially
Otherwise the comma is treated as plain text by ParseContent.

$<STREQUAL:,> should be valid and true.
$<STREQUAL:,something> should be valid and false.

$<STREQUAL:,,> should be non-valid as it is 3 parameters.
$<STREQUAL:something,,> should be non-valid as it is 3 parameters.

Additionally, this allows reporting the correct error for other
expressions. For example $<TARGET_PROPERTY:,> should be invalid
because it has an empty target and empty property. It shouldn't
attempt to read the property ',' on the 'implicit this' target.
2012-10-09 08:26:43 -04:00
..
2012-10-01 14:05:35 -04:00
2012-10-02 00:01:05 -04:00
2011-09-15 16:20:33 +02:00
2012-08-20 21:23:20 +02:00
2011-10-23 22:18:08 +02:00
2010-09-10 14:42:09 -04:00
2012-09-28 17:00:52 -04:00
2012-09-28 17:00:52 -04:00
2011-10-23 22:18:08 +02:00
2012-10-02 10:07:32 -04:00
2012-02-02 23:40:21 +00:00
2012-07-18 12:17:39 +02:00
2012-10-01 14:05:11 -04:00
2012-02-21 15:33:31 -05:00