Skip to content

Commit 9aadf20

Browse files
committed
Bump version.
1 parent 949ad9d commit 9aadf20

File tree

3 files changed

+34
-2
lines changed

3 files changed

+34
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Config for test case.
2+
tidy-mark: no
3+
indent: no
4+
wrap: 99999
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
<!--
2+
This test case is for issue #523, in which a space is placed after the
3+
closing tag of certain elements. For example below, a space is added after
4+
the first script closing tag and after the img tag.
5+
-->
6+
<!DOCTYPE html>
7+
<html>
8+
<head>
9+
<title>test</title>
10+
</head>
11+
<body>
12+
<script type="text/javascript">
13+
</script>
14+
<script type="text/javascript">
15+
</script>
16+
<h1>Hello</h1>
17+
<script type="text/javascript">
18+
</script>
19+
<img src="hi.jpg">
20+
<script type="text/javascript">
21+
</script>
22+
<p>This is a block level element, and as such, is capable of inlining inline elements.<script type="text/javascript">let x = "Hello, world"</script> Scripts are inline elements, so this script should be included in the flow.</p>
23+
<script type="text/javascript"></script><img src="bye.jpg"><script type="text/javascript"></script>
24+
<hr>
25+
<p>This is another paragraph with an <img src="meh.jpg"> tag inline.</p>
26+
<img src="one.jpg"><img src="two.jpg"><img src="three.jpg">
27+
</body>
28+
</html>

version.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
5.9.16
2-
2021.08.23
1+
5.9.17
2+
2021.08.26

0 commit comments

Comments
 (0)