We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent f980578 commit 8320e5eCopy full SHA for 8320e5e
spec/compiler/semantic/doc_spec.cr
@@ -165,6 +165,7 @@ describe "Semantic: doc" do
165
result = semantic %(
166
# Hello
167
enum Foo
168
+ A
169
end
170
), wants_doc: true
171
program = result.program
@@ -178,6 +179,7 @@ describe "Semantic: doc" do
178
179
180
@[Flags]
181
enum Foo : UInt8
182
183
184
185
@@ -206,6 +208,7 @@ describe "Semantic: doc" do
206
208
207
209
210
211
212
213
214
0 commit comments