Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
balthisar committed Aug 26, 2021
1 parent 949ad9d commit 9aadf20
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 2 deletions.
4 changes: 4 additions & 0 deletions regression_testing/cases/dev-cases/case-0pg.conf copy
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Config for test case.
tidy-mark: no
indent: no
wrap: 99999
28 changes: 28 additions & 0 deletions regression_testing/cases/dev-cases/[email protected]
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<!--
This test case is for issue #523, in which a space is placed after the
closing tag of certain elements. For example below, a space is added after
the first script closing tag and after the img tag.
-->
<!DOCTYPE html>
<html>
<head>
<title>test</title>
</head>
<body>
<script type="text/javascript">
</script>
<script type="text/javascript">
</script>
<h1>Hello</h1>
<script type="text/javascript">
</script>
<img src="hi.jpg">
<script type="text/javascript">
</script>
<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>
<script type="text/javascript"></script><img src="bye.jpg"><script type="text/javascript"></script>
<hr>
<p>This is another paragraph with an <img src="meh.jpg"> tag inline.</p>
<img src="one.jpg"><img src="two.jpg"><img src="three.jpg">
</body>
</html>
4 changes: 2 additions & 2 deletions version.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
5.9.16
2021.08.23
5.9.17
2021.08.26

0 comments on commit 9aadf20

Please sign in to comment.