dlang-community / SDLang-D

An SDLang (Simple Declarative Language) library for D
http://sdlang.org
Other
120 stars 21 forks source link

Duplicate attributes are supposed to be disallowed #49

Open Abscissa opened 7 years ago

Abscissa commented 7 years ago

I totally missed this one. According to original language guide:

"Tag attributes are modelled as a sorted map. Order is not significant and duplicates are not allowed."

Currently, SDLang-D allows duplicate attributes on a tag.