summaryrefslogtreecommitdiff
path: root/decoder/test/parallel/incremental_8ch_short_noclock.output
diff options
context:
space:
mode:
authorGerhard Sittig <gerhard.sittig@gmx.net>2017-12-27 17:50:14 +0100
committerUwe Hermann <uwe@hermann-uwe.de>2018-01-01 21:59:45 +0100
commitb01ef27162412ca6e241a9b595ba02fd7143b4d6 (patch)
tree1fab6516828d3ba1ed8422a22d41dcc866b61ac6 /decoder/test/parallel/incremental_8ch_short_noclock.output
parent07d897d1a0a380d446de84b461db068c3f31b0da (diff)
downloadsigrok-test-b01ef27162412ca6e241a9b595ba02fd7143b4d6.tar.gz
sigrok-test-b01ef27162412ca6e241a9b595ba02fd7143b4d6.zip
parallel: adjust hex number format of expected PD output
The parallel decoder got adjusted to emit annotations for "items" and "words" in a unified format (consistent width, leading zeroes). Adjust the test expectation to match the PD implementation.
Diffstat (limited to 'decoder/test/parallel/incremental_8ch_short_noclock.output')
-rw-r--r--decoder/test/parallel/incremental_8ch_short_noclock.output18
1 files changed, 9 insertions, 9 deletions
diff --git a/decoder/test/parallel/incremental_8ch_short_noclock.output b/decoder/test/parallel/incremental_8ch_short_noclock.output
index 85deecc..fb145f7 100644
--- a/decoder/test/parallel/incremental_8ch_short_noclock.output
+++ b/decoder/test/parallel/incremental_8ch_short_noclock.output
@@ -1,9 +1,9 @@
-0-1 parallel: items: "0"
-1-2 parallel: items: "1"
-2-3 parallel: items: "2"
-3-4 parallel: items: "3"
-4-5 parallel: items: "4"
-5-6 parallel: items: "5"
-6-7 parallel: items: "6"
-7-8 parallel: items: "7"
-8-9 parallel: items: "8"
+0-1 parallel: items: "00"
+1-2 parallel: items: "01"
+2-3 parallel: items: "02"
+3-4 parallel: items: "03"
+4-5 parallel: items: "04"
+5-6 parallel: items: "05"
+6-7 parallel: items: "06"
+7-8 parallel: items: "07"
+8-9 parallel: items: "08"