Skip to content

Commit

Permalink
modify serialization-test.xq
Browse files Browse the repository at this point in the history
  • Loading branch information
CanOfBees committed Aug 10, 2017
1 parent 55df8ed commit 5263a77
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions serialization-test.xq
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ let $path := $target || $file || '.xml'(: db:path($record) :)
return (
(: file:create-dir(file:parent($path)),
file:write($path, $record) :)
file:create-dir(file:parent($path)),
file:write($path, $record)
(:file:create-dir(file:parent($path)),
file:write($path, $record):)
$path
)

0 comments on commit 5263a77

Please sign in to comment.