Skip to content

Commit edb14c5

Browse files
committed
Convert the line delimiters from windows to linux
1 parent ec84a2e commit edb14c5

File tree

1 file changed

+29
-29
lines changed
  • tests/testdata/test_attrib/gen_license_key_name_check/expected

1 file changed

+29
-29
lines changed
Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
1-
<!doctype html>
2-
<html>
3-
<head>
4-
<style type="text/css">
5-
div.additional-license-text-list {display:block}
6-
body {font-family: Helvetica, Arial, sans-serif;}
7-
pre {white-space: pre-wrap;}
8-
</style>
9-
<title>Open Source Software Information</title>
10-
</head>
11-
12-
13-
14-
<div class="oss-component" id="component_0">
15-
16-
<h2>Apache-2.0</h2>
17-
<pre>This is Apache</pre>
18-
19-
<h2>LGPL-3.0-or-later</h2>
20-
<pre>This is LGPL</pre>
21-
22-
23-
</div>
24-
25-
26-
<hr/>
27-
28-
</body>
29-
</html>
1+
<!doctype html>
2+
<html>
3+
<head>
4+
<style type="text/css">
5+
div.additional-license-text-list {display:block}
6+
body {font-family: Helvetica, Arial, sans-serif;}
7+
pre {white-space: pre-wrap;}
8+
</style>
9+
<title>Open Source Software Information</title>
10+
</head>
11+
12+
13+
14+
<div class="oss-component" id="component_0">
15+
16+
<h2>Apache-2.0</h2>
17+
<pre>This is Apache</pre>
18+
19+
<h2>LGPL-3.0-or-later</h2>
20+
<pre>This is LGPL</pre>
21+
22+
23+
</div>
24+
25+
26+
<hr/>
27+
28+
</body>
29+
</html>

0 commit comments

Comments
 (0)