Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e16027a

Browse files
🧪 Add regression test for different result between back and frontend
1 parent f400cb5 commit e16027a

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

json-logic/custom-operators.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,26 @@
9797
},
9898
{},
9999
"2013-09-13"
100+
],
101+
[
102+
{
103+
"+": [
104+
{"date": "2026-03-17"},
105+
{"duration": "P1M"}
106+
]
107+
},
108+
{},
109+
"2026-04-17"
110+
],
111+
[
112+
{
113+
"-": [
114+
{"date": "2026-04-17"},
115+
{"duration": "P1M"}
116+
]
117+
},
118+
{},
119+
"2026-03-17"
100120
]
101121
]
102122
},

0 commit comments

Comments
 (0)