blob: 4d068a64474dc22ccf92b292a06da0b1063a9990 [file] [log] [blame]
Marc Kupietz8a954e52021-02-16 22:03:07 +01001use utf8;
Akron4f67cd42020-07-02 12:27:58 +02002use strict;
3use warnings;
4use Test::More;
Akron4f67cd42020-07-02 12:27:58 +02005
6use FindBin;
7BEGIN {
8 unshift @INC, "$FindBin::Bin/../lib";
9};
10
Akron19c6c352020-08-01 13:29:00 +020011use Test::KorAP::XML::TEI qw!korap_tempfile test_tei2korapxml!;
Peter Harders42e18a62020-07-21 02:43:26 +020012
Marc Kupietz8a954e52021-02-16 22:03:07 +010013use_ok('KorAP::XML::TEI', 'remove_xml_comments', 'escape_xml', 'escape_xml_minimal', 'replace_entities');
Akron4f67cd42020-07-02 12:27:58 +020014
Akron0465e9e2020-07-27 15:55:21 +020015subtest 'remove_xml_comments' => sub {
16 my ($fh, $filename) = korap_tempfile('tei');
Akron4f67cd42020-07-02 12:27:58 +020017
Akron0465e9e2020-07-27 15:55:21 +020018 print $fh <<'HTML';
Akron4f67cd42020-07-02 12:27:58 +020019mehrzeiliger
20Kommentar
21 -->
22Test
23HTML
24
Akron0465e9e2020-07-27 15:55:21 +020025 is(remove_xml_comments($fh, "hallo"),"hallo");
26 is(remove_xml_comments($fh, "hallo <!-- Test -->"),"hallo ");
27 is(remove_xml_comments($fh, "<!-- Test --> hallo")," hallo");
Akron4f67cd42020-07-02 12:27:58 +020028
Akron0465e9e2020-07-27 15:55:21 +020029 seek($fh, 0, 0);
Akron4f67cd42020-07-02 12:27:58 +020030
Akron0465e9e2020-07-27 15:55:21 +020031 is(remove_xml_comments($fh, '<!--'), "Test\n");
Akron4f67cd42020-07-02 12:27:58 +020032
Akron0465e9e2020-07-27 15:55:21 +020033 seek($fh, 0, 0);
Akron2d547bc2020-07-04 10:34:35 +020034
Akron0465e9e2020-07-27 15:55:21 +020035 print $fh <<'HTML';
Akron2d547bc2020-07-04 10:34:35 +020036mehrzeiliger
37Kommentar
38 --><!-- Versuch
39-->ist <!-- a --><!-- b --> ein Test
40HTML
41
Akron0465e9e2020-07-27 15:55:21 +020042 seek($fh, 0, 0);
Akron2d547bc2020-07-04 10:34:35 +020043
Akron0465e9e2020-07-27 15:55:21 +020044 is(remove_xml_comments($fh, 'Dies <!--'), "Dies ist ein Test\n");
Akron2d547bc2020-07-04 10:34:35 +020045
Akron0465e9e2020-07-27 15:55:21 +020046 close($fh);
47};
48
Akron19c6c352020-08-01 13:29:00 +020049
50subtest 'remove_xml_comments in script' => sub {
51 test_tei2korapxml(
52 template => {
53 text => "<!--\nDies ist ein\nmehrzeiligerKommentar -->Text1",
54 textSigle => 'A/B.1',
55 pattern => 'xx'
56 }
57 )
58 ->file_exists('A/B/1/data.xml')
59 ->unzip_xml('A/B/1/data.xml')
60 ->text_is('text', 'Text1');
61};
62
63
Akrondafaa7a2021-02-19 15:17:58 +010064subtest 'skip missing dir in script' => sub {
65 test_tei2korapxml(
66 template => {
67 text => "Nur ein Test",
68 textSigle => '',
69 pattern => 'missing_dir'
70 }
71 )
72 ->file_exists_not('A/B/1/data.xml')
73 ->stderr_like(qr!Empty '<textSigle />' \(L29\) in header!)
74 ->stderr_like(qr!skipping this text!)
75 ;
76};
77
78
Akron0465e9e2020-07-27 15:55:21 +020079subtest 'escape_xml' => sub {
80 is(
81 escape_xml('"""'),
82 '&quot;&quot;&quot;'
83 );
84
85 is(
86 escape_xml('&&&'),
87 '&amp;&amp;&amp;'
88 );
89
90 is(
91 escape_xml('<<<'),
92 '&lt;&lt;&lt;'
93 );
94
95 is(
96 escape_xml('>>>'),
97 '&gt;&gt;&gt;'
98 );
99
100 is(
101 escape_xml('<tag att1="foo" att2="bar">C&A</tag>'),
102 '&lt;tag att1=&quot;foo&quot; att2=&quot;bar&quot;&gt;C&amp;A&lt;/tag&gt;'
103 );
104};
105
Marc Kupietzfd0e6a92020-09-09 18:07:29 +0200106subtest 'escape_xml_minimal' => sub {
107 is(
108 escape_xml_minimal('"""'),
109 '"""'
110 );
111
112 is(
113 escape_xml_minimal('&&&'),
114 '&amp;&amp;&amp;'
115 );
116
117 is(
118 escape_xml_minimal('<<<'),
119 '&lt;&lt;&lt;'
120 );
121
122 is(
123 escape_xml_minimal('>>>'),
124 '&gt;&gt;&gt;'
125 );
126
127 is(
128 escape_xml_minimal('<tag att1="foo" att2="bar">C&A</tag>'),
129 '&lt;tag att1="foo" att2="bar"&gt;C&amp;A&lt;/tag&gt;'
130 );
131};
Akron2d547bc2020-07-04 10:34:35 +0200132
Marc Kupietz8a954e52021-02-16 22:03:07 +0100133subtest 'Replace all entities' => sub {
134 is(
135 replace_entities('&alpha;&ap;&bdquo;&blk12;&blk14;&blk34;&block;&boxDL;&boxdl;&boxdr;&boxDR;&boxH;&boxh;&boxhd;&boxHD;&boxhu;&boxHU;&boxUL;&boxul;&boxur;&boxUR;&boxv;&boxV;&boxvh;&boxVH;&boxvl;&boxVL;&boxVR;&boxvr;&bull;&caron;&ccaron;&circ;&dagger;&Dagger;&ecaron;&euro;&fnof;&hellip;&Horbar;&inodot;&iota;&ldquo;&ldquor;&lhblk;&lsaquo;&lsquo;&lsquor;&mdash;&ndash;&nu;&oelig;&OElig;&omega;&Omega;&permil;&phi;&pi;&piv;&rcaron;&rdquo;&rho;&rsaquo;&rsquo;&rsquor;&scaron;&Scaron;&sigma;&squ;&squb;&squf;&sub;&tilde;&trade;&uhblk;&Yuml;&zcaron;&Zcaron;'),
136 'α≈„▒░▓█╗┐┌╔═─┬╦┴╩╝┘└╚│║┼╬┤╣╠├•ˇčˆ†‡ě€ƒ…‗ıι“„▄‹‘‚—–νœŒωΩ‰φπϖř”ρ›’‘šŠσ□■▪⊂˜™▀ŸžŽ'
137 );
138 is(replace_entities('&#65;'), 'A');
139 is(replace_entities('&#171;'), replace_entities('&#x00AB;'));
140 is(replace_entities('&#x41;'), 'A');
141 is(replace_entities('&amp;&lt;&gt;'), '&amp;&lt;&gt;')
142};
143
Akron4f67cd42020-07-02 12:27:58 +0200144done_testing;