From 69e4520942a27d7e8f8cdaf8f4611bf24fb73e7b Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Fri, 3 Feb 2023 22:53:53 -0700 Subject: Add more formatter tests --- testdata/roundtrip/scandevices.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 testdata/roundtrip/scandevices.json (limited to 'testdata/roundtrip/scandevices.json') diff --git a/testdata/roundtrip/scandevices.json b/testdata/roundtrip/scandevices.json new file mode 100644 index 0000000..c62f7df --- /dev/null +++ b/testdata/roundtrip/scandevices.json @@ -0,0 +1,14 @@ +{ + "dev-1234": { + "FoundExtentCSums": [ + { + "Generation": 6596005, + "Sums": { + "ChecksumSize": 4, + "Addr": 52626001920, + "Sums": "d69e7384e04333e332f32f8ecfd874ea1ea3f66bd54143f826f740b995105d0e8b2d25a21709109c4930e526a68a89e48d3ebdb6f5191bca3e867eba57110e36d885ca46666168ad782b4fe9af483561" + } + } + ] + } +} -- cgit v1.2.3-54-g00ecf