잉여개발기 (SPDV) 3 rokov pred
rodič
commit
9c7038a5cc
2 zmenil súbory, kde vykonal 2 pridanie a 2 odobranie
  1. 1 1
      route/tool/func_render_namumark.py
  2. 1 1
      version.json

+ 1 - 1
route/tool/func_render_namumark.py

@@ -1021,7 +1021,7 @@ class class_do_render_namumark:
                 match = match.groups()
 
                 macro_split_regex = r'(?:^|,) *([^,]+)'
-                macro_split_sub_regex = r'(^[^=]+) *= *([^=]*)'
+                macro_split_sub_regex = r'^([^=]+) *= *(.*)$'
 
                 include_name = ''
 

+ 1 - 1
version.json

@@ -1,6 +1,6 @@
 {
     "beta" : {
-        "r_ver" : "v3.4.5-unstable (stable2) (beta6-103)",
+        "r_ver" : "v3.4.5-unstable (stable2) (beta6-104)",
         "c_ver" : "3500354",
         "s_ver" : "3500111"
     }