updated for version 7.3.582
Problem: Missing parts of the test OK file.
Solution: Add the missing parts.
diff --git a/src/testdir/test68.ok b/src/testdir/test68.ok
index 6808679..4c4a7c2 100644
--- a/src/testdir/test68.ok
+++ b/src/testdir/test68.ok
@@ -35,6 +35,14 @@
{
+ 1 a
+ b
+# 1 a
+# b
+}
+
+
+{
# 1 a
# b
}
@@ -48,3 +56,7 @@
{ 1aa ^^2bb }
+
+# 1 xxxxx
+# foobar
+
diff --git a/src/version.c b/src/version.c
index 6fc8775..30583f7 100644
--- a/src/version.c
+++ b/src/version.c
@@ -715,6 +715,8 @@
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 582,
+/**/
581,
/**/
580,