-
Notifications
You must be signed in to change notification settings - Fork 278
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3e304ef
commit eaab825
Showing
4 changed files
with
24 additions
and
0 deletions.
There are no files selected for viewing
6 changes: 6 additions & 0 deletions
6
pkg/composableschemadsl/compiler/importer-test/nested-local/expected.zed
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
definition user {} | ||
|
||
definition resource { | ||
relation viewer: user | ||
permission view = viewer | ||
} |
6 changes: 6 additions & 0 deletions
6
pkg/composableschemadsl/compiler/importer-test/nested-two-layer-local/expected.zed
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
definition user {} | ||
|
||
definition resource { | ||
relation viewer: user | ||
permission view = viewer | ||
} |
6 changes: 6 additions & 0 deletions
6
pkg/composableschemadsl/compiler/importer-test/simple-local-with-hop/expected.zed
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
definition user {} | ||
|
||
definition resource { | ||
relation viewer: user | ||
permission view = viewer | ||
} |
6 changes: 6 additions & 0 deletions
6
pkg/composableschemadsl/compiler/importer-test/simple-local/expected.zed
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
definition user {} | ||
|
||
definition resource { | ||
relation viewer: user | ||
permission view = viewer | ||
} |