pdl / Test-Proto

OO test script golf sugar
1 stars 1 forks source link

Implement DTD-like validation #6

Closed pdl closed 11 years ago

pdl commented 12 years ago

Allow DTD-like validation, i.e. grouping, alternation, repetition for at least the following methods for pAr:

And possibly, if the logic isn't too weird:

pdl commented 12 years ago

Fixed in https://github.com/pdl/Test-Proto/commit/7f5f3cfc994513b2f86c128d74c48de497b5ebd0

ends_with is too weird to do, I think

pdl commented 11 years ago

Implement this in the Revamp branch.

pdl commented 11 years ago

Implementing in the Series branch (forked off the Revamp Branch).

pdl commented 11 years ago

(Finally!) Fully working in the Series-002 branch including proper backtracking.