cooklang / cooklang-swift

Cooklang parser implementation in Swift
https://cooklang.org
MIT License
38 stars 3 forks source link

Separating parser test-cases into YAML-format #10

Closed dubadub closed 2 years ago

dubadub commented 3 years ago

Extracted parser tests into YAML-format, so developers can re-use them. New home https://github.com/cooklang/spec/tree/main/tests.

Re: https://github.com/cooklang/CookInSwift/issues/2 and https://github.com/cooklang/spec/issues/27