summaryrefslogtreecommitdiff
path: root/testdata
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2023-02-03 22:53:53 -0700
committerLuke Shumaker <lukeshu@lukeshu.com>2023-02-03 22:53:53 -0700
commit69e4520942a27d7e8f8cdaf8f4611bf24fb73e7b (patch)
tree8ef5ed67a2e126ffd60c666ec0f0a42e3e810da1 /testdata
parent34fac20f675f28c61bd84ea469a6843a25035559 (diff)
Add more formatter tests
Diffstat (limited to 'testdata')
-rw-r--r--testdata/roundtrip/scandevices.json14
1 files changed, 14 insertions, 0 deletions
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"
+ }
+ }
+ ]
+ }
+}