mirror of
https://github.com/Nikolay-Shirokov/cc-1c-skills.git
synced 2026-07-06 03:08:57 +03:00
a1b3fdd4e2
Add 195 new test cases covering examples from SKILL.md, edge cases, and parameter combinations. Create _skill.json for form-edit, skd-edit, subsystem-edit. Add fixtures for negative validate cases. Fix normalizeUuids in meta-validate/meta-info configs. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
57 lines
1.4 KiB
XML
57 lines
1.4 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<document xmlns="http://v8.1c.ru/8.2/data/spreadsheet" xmlns:style="http://v8.1c.ru/8.1/data/ui/style" xmlns:v8="http://v8.1c.ru/8.1/data/core" xmlns:v8ui="http://v8.1c.ru/8.1/data/ui" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
|
<languageSettings>
|
|
<currentLanguage>ru</currentLanguage>
|
|
<defaultLanguage>ru</defaultLanguage>
|
|
<languageInfo>
|
|
<id>ru</id>
|
|
<code>Русский</code>
|
|
<description>Русский</description>
|
|
</languageInfo>
|
|
</languageSettings>
|
|
<columns>
|
|
<size>2</size>
|
|
</columns>
|
|
<rowsItem>
|
|
<index>0</index>
|
|
<row>
|
|
<c>
|
|
<i>0</i>
|
|
<c>
|
|
<f>2</f>
|
|
<parameter>Ключ</parameter>
|
|
</c>
|
|
</c>
|
|
<c>
|
|
<i>1</i>
|
|
<c>
|
|
<f>2</f>
|
|
<parameter>Значение</parameter>
|
|
</c>
|
|
</c>
|
|
</row>
|
|
</rowsItem>
|
|
<templateMode>true</templateMode>
|
|
<defaultFormatIndex>1</defaultFormatIndex>
|
|
<height>1</height>
|
|
<vgRows>1</vgRows>
|
|
<namedItem xsi:type="NamedItemCells">
|
|
<name>Данные</name>
|
|
<area>
|
|
<type>Rows</type>
|
|
<beginRow>0</beginRow>
|
|
<endRow>0</endRow>
|
|
<beginColumn>-1</beginColumn>
|
|
<endColumn>-1</endColumn>
|
|
</area>
|
|
</namedItem>
|
|
<font faceName="Arial" height="10" bold="false" italic="false" underline="false" strikeout="false" kind="Absolute" scale="100"/>
|
|
<format>
|
|
<width>10</width>
|
|
</format>
|
|
<format>
|
|
<font>0</font>
|
|
<fillType>Parameter</fillType>
|
|
</format>
|
|
</document>
|