summaryrefslogtreecommitdiffstats
path: root/0.4.6/tests/xo/xo_01.sh
blob: 8de9410d5f68d520f7f30008230ace17a63d4b0f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#
# $Id$
#
# Copyright 2014, Juniper Networks, Inc.
# All rights reserved.
# This SOFTWARE is licensed under the LICENSE provided in the
# ../Copyright file. By downloading, installing, copying, or otherwise
# using the SOFTWARE, you agree to be bound by the terms of that
# LICENSE.

XO=$1
shift

XOP="${XO} --warn --depth 1 --leading-xpath /top"

${XO} --open top

NF=
for i in one:1:red two:2:blue three:3:green four:4:yellow ; do
    set `echo $i | sed 's/:/ /g'`
    ${XOP} ${NF} --wrap item \
        'Item {k:name} is {Lw:number}{:value/%03d/%d}, {Lwc:color}{:color}\n' \
         $1 $2 $3
    NF=--not-first
done

${XO} --close top
OpenPOWER on IntegriCloud