commit | 46d63e9d3dd3cfc8b365cdececd37d4916ac9a99 | [log] [tgz] |
---|---|---|
author | Laurence Lundblade <laurencelundblade@users.noreply.github.com> | Thu May 13 11:37:10 2021 -0700 |
committer | GitHub <noreply@github.com> | Thu May 13 11:37:10 2021 -0700 |
tree | e49718679a559d1eec8ceb2a7760e1fc78a414cc | |
parent | dabaffeb4333782c6a503e3ad50a760d46080a4f [diff] [blame] |
Add support for day count dates, RFC 8943 (#106) This addresses #98
diff --git a/test/qcbor_encode_tests.h b/test/qcbor_encode_tests.h index ae64f7d..69f694a 100644 --- a/test/qcbor_encode_tests.h +++ b/test/qcbor_encode_tests.h
@@ -125,7 +125,8 @@ /* - Encodes most data formats that are supported */ + * Tests Encoding most data formats that are supported. + */ int32_t EncodeDateTest(void);