Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
fontane-notizbuecher
SADE
Commits
f6d28e9d
Commit
f6d28e9d
authored
Nov 19, 2018
by
mrodzis
🌿
Browse files
Add test for 3.21.24.2 connection line
parent
c23f2926
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/fontane/teisimpleprint/tests/teisimple-test.xql
View file @
f6d28e9d
...
...
@@ -1426,3 +1426,13 @@ declare
function teisimple-test:added-funnel($node as element(*)) {
fontaneSimple:transform($node)
};
(: 3.21.24.2 connection line -- added 2018-11-19 :)
declare
%test:name("3.21.24.2 connection line")
%test:args("<line xmlns=""http://www.tei-c.org/ns/1.0""><metamark xmlns=""http://www.tei-c.org/ns/1.0"" function=""connect"" rend=""arc""/></line>")
%test:assertEquals("<milestone xmlns=""http://www.tei-c.org/ns/1.0"" unit=""line""/>")
function teisimple-test:connection-line($node as element(*)) {
fontaneSimple:transform($node)
};
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment