Named unittests
Jacob Carlborg via Digitalmars-d
digitalmars-d at puremagic.com
Wed Apr 1 06:20:00 PDT 2015
On 2015-03-31 23:08, Idan Arye wrote:
> Limiting unittest names to legal identifiers will save a lot of headache
> when we set our tools to actually use these names. Matching a legal
> identifier in a text stream is much easier than matching an arbitrary
> unicode string, even if that string is escaped.
I don't see any problem with arbitrary strings. It works perfectly fine
in RSpec, which has much better tooling than D.
--
/Jacob Carlborg
More information about the Digitalmars-d
mailing list