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
c23f2926
Commit
c23f2926
authored
Nov 19, 2018
by
mrodzis
🌿
Browse files
Add test for 3.21.18.1.11 addition with funnel
parent
74999f31
Changes
1
Show whitespace changes
Inline
Side-by-side
modules/fontane/teisimpleprint/tests/teisimple-test.xql
View file @
c23f2926
...
@@ -1415,3 +1415,14 @@ declare
...
@@ -1415,3 +1415,14 @@ declare
function teisimple-test:deleted-unterlining($node as element(*)) {
function teisimple-test:deleted-unterlining($node as element(*)) {
fontaneSimple:transform($node)
fontaneSimple:transform($node)
};
};
(: 3.21.18.1.11: addition caret:funnel -- added 2018-11-19 :)
declare
%test:name("3.21.18.1.11: addition caret:funnel")
%test:args("<line xmlns=""http://www.tei-c.org/ns/1.0"">der Halle <add xmlns=""http://www.tei-c.org/ns/1.0"" place=""above"" style=""margin-left:-0.4cm"" rend=""caret:funnel(0.7cm,0.5cm)"">rechts</add> ein großer 15</line>")
%test:assertEquals("<milestone xmlns=""http://www.tei-c.org/ns/1.0"" unit=""line""/>", "der Halle ", "rechts", " ein großer 15")
function teisimple-test:added-funnel($node as element(*)) {
fontaneSimple:transform($node)
};
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