summaryrefslogtreecommitdiffstats
path: root/petascope/test/testcases-wcps/40-range_structure.test
blob: 2c3dbb740c0aadef29647a113f845e6c7a9d0312 (plain)
1
2
3
4
5
6
7
8
9
for c in ( rgb ) return
encode(
    c.red *
     {
        red: (char) 1;
        green: (char) 2;
        blue: (char) 3
     },
"jpeg")