[Issue 4230] version(unittest)

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun May 30 17:24:17 PDT 2010


http://d.puremagic.com/issues/show_bug.cgi?id=4230



--- Comment #4 from Leandro Lucarella <llucax at gmail.com> 2010-05-30 17:24:15 PDT ---
And Ellery Newcomer is right, for both D1 and D2 the specs says:

VersionCondition:
    version ( Integer )
    version ( Identifier )

But "unittest" is not either an Integer or an Identifier (is a Keyword).

http://www.digitalmars.com/d/1.0/version.html
http://www.digitalmars.com/d/1.0/lex.html#keyword

http://www.digitalmars.com/d/2.0/version.html
http://www.digitalmars.com/d/2.0/lex.html#keyword

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list