We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c6a048 commit dccdc6bCopy full SHA for dccdc6b
suites/vars.json
@@ -95,5 +95,17 @@
95
"rule": { "var": "..." },
96
"data": { "" : { "": { "": 3 } } },
97
"result": 3
98
+ },
99
+ {
100
+ "description": "Old format still works",
101
+ "rule": { "var": "hello.world" },
102
+ "data": { "hello": { "world": 5 } },
103
+ "result": 5
104
105
106
+ "description": "New format works too",
107
+ "rule": { "var": "hello/world" },
108
109
110
}
111
]
0 commit comments