We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0653723 commit f04bf82Copy full SHA for f04bf82
biscuit/test/samples/current/samples.json
@@ -2800,15 +2800,15 @@
2800
}
2801
],
2802
"policies": [
2803
- "allow if [true].any($p -> [true].all($p -> $p))"
+ "allow if {true}.any($p -> {true}.all($p -> $p))"
2804
]
2805
},
2806
"result": {
2807
"Err": {
2808
"Execution": "ShadowedVariable"
2809
2810
2811
- "authorizer_code": "allow if [true].any($p -> [true].all($p -> $p));\n",
+ "authorizer_code": "allow if {true}.any($p -> {true}.all($p -> $p));\n",
2812
"revocation_ids": [
2813
"2cd348b6df5f08b900903fd8d3fbea0bb89b665c331a2aa2131e0b8ecb38b3550275d4ccd8db35da6c4433eed1d456cfb761e3fcc7845894d891e986ca044b02"
2814
0 commit comments