added realm to jspg processing

This commit is contained in:
2026-04-17 18:25:14 -04:00
parent 8ebf6a69bf
commit f450f8ab8b
59 changed files with 3884 additions and 2194 deletions

View File

@ -2,11 +2,16 @@
{
"description": "pattern validation",
"database": {
"schemas": {
"pattern_0_0": {
"pattern": "^a*$"
"types": [
{
"name": "pattern_0_0",
"schemas": {
"pattern_0_0": {
"pattern": "^a*$"
}
}
}
}
]
},
"tests": [
{
@ -86,11 +91,16 @@
{
"description": "pattern is not anchored",
"database": {
"schemas": {
"pattern_1_0": {
"pattern": "a+"
"types": [
{
"name": "pattern_1_0",
"schemas": {
"pattern_1_0": {
"pattern": "a+"
}
}
}
}
]
},
"tests": [
{