repo.or.cz
/
xmlmerge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Add test 0015
[xmlmerge.git]
/
tests
/
0015.import.fragment.xml
blob
04a261baee0b8977681e4a1dc06346bc3c2cdbe9
1
<?xml version='1.0' encoding='utf-8'?>
2
<Test xmlns:xm="urn:felixrabe:xmlns:xmlmerge:preprocess">
3
4
<xm:PythonCode><![CDATA[
5
6
def imported_function(a, b, c):
7
return a + b + c
8
9
def other_function(a, b):
10
return imported_function(a, b, 5)
11
12
]]></xm:PythonCode>
13
14
</Test>