feat: publish Regex Tools 0.1.0

This commit is contained in:
2026-07-24 18:04:21 +02:00
commit 873b9b218d
136 changed files with 24212 additions and 0 deletions

13
tests/fixtures/README.md vendored Normal file
View File

@@ -0,0 +1,13 @@
# Test fixture provenance
The 0.1.0 test suite uses only small, project-authored patterns and subjects.
They exercise public ECMAScript semantics without copying a third-party corpus.
- RegexLib was not copied because its pages do not present a clear
redistribution licence.
- RGXP.RU was not copied because a suitable fixture redistribution licence was
not established.
- RegexHub was inspected as a possible future MIT-licensed adversarial-pattern
source, but no RegexHub source or fixture is distributed in this release.
- Test262 and runtime conformance sets are future work and require a pinned
adapter plus per-file provenance before any material is included.