mirror of
https://github.com/pfalstad/circuitjs1.git
synced 2026-03-24 01:06:57 +01:00
ignore svg
This commit is contained in:
@@ -12,6 +12,10 @@ output = []
|
||||
def checkString(bstr, str, astr, line):
|
||||
if re.search("\+ *$", bstr):
|
||||
return
|
||||
if re.search("<svg>", str):
|
||||
return
|
||||
if re.search("</svg>", str):
|
||||
return
|
||||
if re.search("^ *\+", astr):
|
||||
return
|
||||
if re.search("Elm$", str):
|
||||
|
||||
Reference in New Issue
Block a user