digitaltwinconsortium / DTDLParser

Digital Twin Definition Language parser for .NET
MIT License
14 stars 8 forks source link

Sync DTDL files from DTDL repo main branch -- Remove all solecism test cases (#154) #102

Closed jrdouceur closed 1 year ago

jrdouceur commented 1 year ago

This change removes all solecism tests that are imported from the DTDL repo. These will be replaced by solecism tests that live in the DTDLParser repo, which is a more appropriate location because tolerance of solecisms is a parser quirk, not a DTDL language feature.

jrdouceur commented 1 year ago

This change relates to bug https://github.com/digitaltwinconsortium/DTDLParser/issues/103 but does not fix it. The fix will be in an upcoming PR.

jrdouceur commented 1 year ago

Copied these changes into #104, so no need for this separate PR.