try a python script in runner

This commit is contained in:
2026-01-17 20:15:31 -05:00
parent 44af1518a3
commit 83c22af578
109 changed files with 227 additions and 28581 deletions

View File

@@ -1,10 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<schema xmlns="http://purl.oclc.org/dsdl/schematron">
<ns uri="http://www.inkscape.org/namespace/inkscape/extension" prefix="inx"/>
<pattern>
<title>duplicateOptionValues</title>
<rule context="//inx:param/inx:option">
<report test="preceding-sibling::inx:option/@value = @value">Warning: @value values should be unique for a given option.</report>
</rule>
</pattern>
</schema>