language icon indicating copy to clipboard operation
language copied to clipboard

Add test where `a from b` is directly assigned but contains `user:*` or `user#relation` errors out

Open d-jeffery opened this issue 6 months ago • 3 comments

Add a test that ensures that if b in the case of a from b is directly assigned but contains user:* or user#relation that we error out too.

e.g.

define parent: [folder:*]  
define viewer: viewer from parent  
define parent: [folder#parent]  
define viewer: viewer from parent  

Run against the current API and see if it properly validates against this case.

d-jeffery avatar Aug 22 '24 22:08 d-jeffery