summaryrefslogtreecommitdiff
path: root/crates/tor-netdoc/src/test2.rs
Commit message (Collapse)AuthorAgeFilesLines
* tor-netdoc: test2: Run rustfmtIan Jackson2025-11-241-10/+2
| | | | Tidy up the imports.
* tor-netdoc: test2: Adjust type aliasesIan Jackson2025-11-241-14/+12
| | | | | | Now that this module is not inside parse2 its identifier namespace oughtn't to be parse-specific. Rename things so that every imports/aliases related to parsing implies parsing in its name.
* tor-netdoc: Move parse2/test.rs to test2.rsIan Jackson2025-11-241-0/+763
We're going to use this for the encoder testing too, so it needs to be not buried inside parse2. This commit is the file rename plus minimal changes to make it compile.