add attribution for test suite

This commit is contained in:
Kat Marchán 2021-08-31 22:34:18 -07:00
parent 83c24e48a4
commit 762d20ed3b
No known key found for this signature in database
GPG Key ID: AEB529C08A3C7E9E
1 changed files with 7 additions and 0 deletions

View File

@ -50,3 +50,10 @@ please send a PR.
If you think the disagreement is due to a genuine error or oversight in the If you think the disagreement is due to a genuine error or oversight in the
KDL specification, please open an issue explaining the matter and the change KDL specification, please open an issue explaining the matter and the change
will be considered for the next version of the KDL spec. will be considered for the next version of the KDL spec.
## Credit
This test suite was extracted from
[`kdl4j`](https://github.com/hkolbeck/kdl4j), the original Java
implementation of KDL, with huge thanks to
[@hkolbeck](https://github.com/hkolbeck) for authoring them!