preserves/implementations/javascript/packages/core/test
Tony Garnock-Jones b7a2acf65b Update implementations for simplified binary syntax.
As part of this, I noticed a problem when updating the Rust
implementation. With the BF..84 design for annotations, if you are
wanting to skip annotations—for example, if you're parsing
incrementally, SAX-style, ignoring annotations—then with any
parenthesised form you have to remember to check for and skip something
after reading a term. This is awkward, so I want to revisit the design
of annotations and go back to the prefix-form (85..) of the
current-mainline design.
2023-10-14 21:29:09 +02:00
..
bytes.test.ts Rearrange into two packages, using yarn workspaces 2021-03-10 19:24:20 +01:00
codec.test.ts Update implementations for simplified binary syntax. 2023-10-14 21:29:09 +02:00
reader.test.ts Repair lexicographic ordering among Bytes instances, which in turn repairs canonicalizing binary output, which in turn fixes the tests now there's just been a very long test name symbol added. 2022-01-13 23:30:28 +01:00
test-utils.ts Repairs to tests 2021-12-08 14:06:16 +01:00
values.test.ts The Great Renaming: Pointer -> Embedded 2021-05-17 14:54:06 +02:00