Skip to content

Commit

Permalink
Auto-exclude all examples
Browse files Browse the repository at this point in the history
  • Loading branch information
florianschanda committed Oct 9, 2023
1 parent e2518b9 commit 24bd39b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion language-reference-manual/lrm.rsl
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,12 @@ type Name_Resolution extends Text {}

type Recommendation extends Text {}

type Example extends Text {
final type Example extends Text {
hidden_rsl optional String
rsl optional String
hidden_trlc optional String
trlc optional String
freeze untraced_reason = "Non-normative example"
}

checks Example {
Expand Down

0 comments on commit 24bd39b

Please sign in to comment.