~juan457/+junk/zorba

« back to all changes in this revision

Viewing changes to test/rbkt/Queries/zorba/jsoniq/jnup0010.xq

  • Committer: Markos Zaharioudakis
  • Date: 2012-07-11 15:38:39 UTC
  • mfrom: (10924 zorba)
  • mto: This revision was merged to the branch mainline in revision 10932.
  • Revision ID: markos_za@yahoo.com-20120711153839-0mkh15cg2ubknchd
work in progress

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
copy $o := { "foo" : "bar" }
 
2
modify (
 
3
  rename json $o("foo") as "bar",
 
4
  rename json $o("foo") as "bar2"
 
5
)
 
6
return $o
 
 
b'\\ No newline at end of file'