summaryrefslogtreecommitdiff
path: root/decoder/test/parallel/incremental_8ch_short_clock.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_clock.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_clock.output')
-rw-r--r--decoder/test/parallel/incremental_8ch_short_clock.output8
1 files changed, 4 insertions, 4 deletions
diff --git a/decoder/test/parallel/incremental_8ch_short_clock.output b/decoder/test/parallel/incremental_8ch_short_clock.output
index 0623287..da3a93d 100644
--- a/decoder/test/parallel/incremental_8ch_short_clock.output
+++ b/decoder/test/parallel/incremental_8ch_short_clock.output
@@ -1,4 +1,4 @@
-1-3 parallel: items: "1"
-3-5 parallel: items: "3"
-5-7 parallel: items: "5"
-7-9 parallel: items: "7"
+1-3 parallel: items: "01"
+3-5 parallel: items: "03"
+5-7 parallel: items: "05"
+7-9 parallel: items: "07"