param-parse: allow duplicate map keys
[babeltrace.git] / tests / cli / params / test_params
index 7403fea719ea62d9d5c52af91f160f4b24831c4f..65ba0cec1352335e06b06a44b4837631df103384 100755 (executable)
@@ -65,7 +65,7 @@ expect_success 'float scientific notation' 'a=10.5e6, b=10.5E6, c=10.5e-6, d=10.
        '{a=10500000.0, b=10500000.0, c=1.05e-05, d=1.05e-05}'
 expect_success 'array' 'a=[1, [["hi",]]]' \
        '{a=[1, [[hi]]]}'
-expect_success 'map' 'a={},b={salut="la gang",comment="ca va",oh={x=2}}' \
+expect_success 'map' 'a=4,a={},b={salut="la gang",comment="ca va",oh={x=2}}' \
        '{a={}, b={comment=ca va, oh={x=2}, salut=la gang}}'
 
 rm -f "$expected_file"
This page took 0.023896 seconds and 4 git commands to generate.