Skip to content

Commit

Permalink
Test: Modify tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sttk committed Feb 13, 2022
1 parent 41d6489 commit b90046d
Show file tree
Hide file tree
Showing 63 changed files with 7,087 additions and 1,074 deletions.
2 changes: 1 addition & 1 deletion dist/xslutil.xsl

Large diffs are not rendered by default.

227 changes: 162 additions & 65 deletions docs/api/xsldoc/xsldoc.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions docs/api/xsldoc/xsldoc.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

29 changes: 0 additions & 29 deletions docs/api/xsldoc/xsldoc.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/api/xsldoc/xsldoc.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/api/xsldoc/xsldoc.min.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions docs/api/xsldoc/xsldoc.xsl

Large diffs are not rendered by default.

9 changes: 4 additions & 5 deletions docs/api/xslutil.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="application/xml" href="xsldoc/xsldoc.xsl"?><!-- xslutil.xsl v0.1. Copyright (C) xslet@github. MIT License --><!--** xslutil.xsl ver0.1 - API Document
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="application/xml" href="xsldoc/xsldoc.xsl"?><!-- xslutil.xsl 0.1 Copyright (C) 2019-2022 xslet project MIT License --><!--** xslutil.xsl ver0.1 - API Document
**
xslutil is a XSLT liblet which is a set of utilities for XSLT programs on Web browsers.
This liblet provides functions (named-templates) for string operations.
xslutil is a XSLT library which is a set of utilities for XSLT programs on Web browsers.
This library provides named-templates for string operations.
This program is written in XSLT 1.0.
** Copyright (C) xslet@github
** Copyright (C) 2019-2022 xslet project
** MIT License
--><xsl:stylesheet xmlns:ut="https://github.com/xslet/2020/xslutil" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"><!--** An apostrophe. --><xsl:param name="ut:apos">'</xsl:param><!--** A double quotation. --><xsl:param name="ut:quot">"</xsl:param><!--** A `true` string. --><xsl:param name="ut:true" select="string(true())"/><!--** The string of which meaning is unknown namespace. --><xsl:param name="ut:unknown_namespace">&#x86;-&#x87;</xsl:param><!--**
Counts a target substring in a string. This function returns a positive number or zero.
Expand Down
54 changes: 0 additions & 54 deletions docs/test/count.test.xml

This file was deleted.

Loading

0 comments on commit b90046d

Please sign in to comment.