chore: JSPG Engine tuple decoupling and core routing optimizations
This commit is contained in:
@ -2,12 +2,11 @@
|
||||
{
|
||||
"description": "pattern validation",
|
||||
"database": {
|
||||
"schemas": [
|
||||
{
|
||||
"pattern": "^a*$",
|
||||
"$id": "pattern_0_0"
|
||||
"schemas": {
|
||||
"pattern_0_0": {
|
||||
"pattern": "^a*$"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"tests": [
|
||||
{
|
||||
@ -87,12 +86,11 @@
|
||||
{
|
||||
"description": "pattern is not anchored",
|
||||
"database": {
|
||||
"schemas": [
|
||||
{
|
||||
"pattern": "a+",
|
||||
"$id": "pattern_1_0"
|
||||
"schemas": {
|
||||
"pattern_1_0": {
|
||||
"pattern": "a+"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"tests": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user