update test file

This commit is contained in:
csh
2025-10-25 14:06:58 +08:00
parent 6be3662226
commit 117f8e878e
13 changed files with 171248 additions and 149577 deletions
+1 -41
View File
@@ -1,41 +1 @@
function MyFunc(a: string; b: array of string);
begin
end
function MyFunc(a: string; b: array of string);overload;
begin
end;
// type ImageDimensions = class
// property Width read width_;
// property Width : array of string index 2 read width_;
// end;
// <?tslx>
// <div class="element-data-container">
// <?tsl
// rpt_data_bar(data[i],canAudit);
// ?>
// <div class="diff-section <?= isDiffed?'diff-section-diffed':''?>" id="eid-<?=tempid?>">
// <div class="diff-left span5">
// <?tsl
// try
// rpt_show_data(other_data_i);
// except
// dolog("diffrepot_erData","数据解析展示出错:"$data[i]["NAME"]);
// dolog("diffrepot_erData",tostn(data[i]["DATA_ID"]));
// end;
// ?>
// </div>
// <div class="diff-right span5">
// <?tsl rpt_show_data(data[i]); ?>
// </div>
// <div class="span2">
// <?=class(IDS_LiveReport).rpt_data_comments(data[i]['comment'])?>
// </div>
// <div class="clear"></div>
// </div>
// </div><!--end element-data-container -->
// <?tsl
data := `r | data;
@@ -13,6 +13,9 @@ ROOT_DIRS=(
"/mnt/d/code/tinysoft/OfficeXml-dev/generator"
"/mnt/d/code/tinysoft/tsoffice/"
"/mnt/d/code/tinysoft/pdfconverter"
"/mnt/c/Programs/Tinysoft/TSLGen2/funcext/other"
"/mnt/c/Programs/Tinysoft/TSLGen2/funcext/tsword"
"/mnt/c/Programs/Tinysoft/TSLGen2/funcext/word2arr"
# "/mnt/d/code/tinysoft/PdfConverter"
# 可以添加更多目录
# "/path/to/third/directory"