]> git.xonotic.org Git - xonotic/xonotic.wiki.git/blobdiff - assets/check-and-fix.py
Explain a lot of new concepts
[xonotic/xonotic.wiki.git] / assets / check-and-fix.py
index 957eccbfec5db24aa06e3d189db82a988fc10ae0..f69d206703ee1b0a6149c9491e240abf35de96e3 100755 (executable)
@@ -31,7 +31,7 @@ def compile_regex(rgx: str):
     # regex (unlike re) supports non-constant length look-behinds
     return regex.compile(
         "".join(
-            [line.strip() for line in rgx.split('\n')]))
+            [line.lstrip() for line in rgx.split('\n')]))
 
 
 # examples: