svghmi/parse_labels.ysl2
changeset 4024 f9c6bbf66eea
parent 3595 375626e60b63
--- a/svghmi/parse_labels.ysl2	Mon Sep 30 16:21:11 2024 +0200
+++ b/svghmi/parse_labels.ysl2	Fri Oct 11 09:31:34 2024 +0200
@@ -99,8 +99,8 @@
             if "string-length(.) > 0" path {
                 // 1 : global match
                 // 2 : assign=
-                // 2 : /path
-                // 3 : min,max
+                // 3 : /path
+                // 4 : min,max
                 const "path_match", "regexp:match(.,$pathregex)";
                 const "pathassign", "substring-before($path_match[2],'=')";
                 const "pathminmax", "str:split($path_match[4],',')";