Skip to content

Commit 788e493

Browse files
committed
Update tests
1 parent 16fbb44 commit 788e493

File tree

2,049 files changed

+64844
-64844
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,049 files changed

+64844
-64844
lines changed

src/parser.c

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/corpus/core/alias/in_module.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ endmodule
3232
(simple_identifier))
3333
(port
3434
(simple_identifier))))
35-
(comment)
35+
(one_line_comment)
3636
(module_item
3737
(port_declaration
3838
(input_declaration
@@ -92,5 +92,5 @@ endmodule
9292
(simple_identifier))
9393
(net_lvalue
9494
(simple_identifier))))
95-
(comment)
96-
(comment)))
95+
(one_line_comment)
96+
(one_line_comment)))

test/corpus/core/arrays/two_member_identifiers_one_bit_select_mid_0.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ endfunction
1010
----
1111

1212
(source_file
13-
(comment)
13+
(one_line_comment)
1414
(function_declaration
1515
(function_body_declaration
1616
name: (simple_identifier)

test/corpus/core/arrays/two_member_identifiers_one_bit_select_mid_1.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ endfunction
1010
----
1111

1212
(source_file
13-
(comment)
13+
(one_line_comment)
1414
(function_declaration
1515
(function_body_declaration
1616
name: (simple_identifier)

test/corpus/core/arrays/two_member_identifiers_two_bit_select_part_select_mid_0.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ endfunction
1010
----
1111

1212
(source_file
13-
(comment)
13+
(one_line_comment)
1414
(function_declaration
1515
(function_body_declaration
1616
name: (simple_identifier)

test/corpus/core/arrays/two_member_identifiers_two_bit_select_part_select_mid_1.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ endfunction
1010
----
1111

1212
(source_file
13-
(comment)
13+
(one_line_comment)
1414
(function_declaration
1515
(function_body_declaration
1616
name: (simple_identifier)

test/corpus/core/assertions/args_assertion.txt

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,9 @@ endmodule
7676
----
7777

7878
(source_file
79-
(comment)
80-
(comment)
81-
(comment)
79+
(one_line_comment)
80+
(one_line_comment)
81+
(one_line_comment)
8282
(module_declaration
8383
(module_nonansi_header
8484
(module_keyword)
@@ -118,9 +118,9 @@ endmodule
118118
name: (simple_identifier))
119119
(variable_decl_assignment
120120
name: (simple_identifier)))))
121-
(comment)
122-
(comment)
123-
(comment)
121+
(one_line_comment)
122+
(one_line_comment)
123+
(one_line_comment)
124124
(module_item
125125
(sequence_declaration
126126
name: (simple_identifier)
@@ -167,9 +167,9 @@ endmodule
167167
argument: (primary
168168
(hierarchical_identifier
169169
(simple_identifier)))))))))))))
170-
(comment)
171-
(comment)
172-
(comment)
170+
(one_line_comment)
171+
(one_line_comment)
172+
(one_line_comment)
173173
(module_item
174174
(sequence_declaration
175175
name: (simple_identifier)
@@ -224,9 +224,9 @@ endmodule
224224
argument: (primary
225225
(hierarchical_identifier
226226
(simple_identifier)))))))))))))
227-
(comment)
228-
(comment)
229-
(comment)
227+
(one_line_comment)
228+
(one_line_comment)
229+
(one_line_comment)
230230
(module_item
231231
(property_declaration
232232
name: (simple_identifier)
@@ -315,9 +315,9 @@ endmodule
315315
(primary
316316
(hierarchical_identifier
317317
(simple_identifier)))))))))))))
318-
(comment)
319-
(comment)
320-
(comment)
318+
(one_line_comment)
319+
(one_line_comment)
320+
(one_line_comment)
321321
(module_item
322322
(concurrent_assertion_item
323323
(simple_identifier)
@@ -364,9 +364,9 @@ endmodule
364364
(simple_identifier))))))))))
365365
(action_block
366366
(statement_or_null)))))
367-
(comment)
368-
(comment)
369-
(comment)
367+
(one_line_comment)
368+
(one_line_comment)
369+
(one_line_comment)
370370
(module_item
371371
(always_construct
372372
(always_keyword)
@@ -417,9 +417,9 @@ endmodule
417417
(primary
418418
(hierarchical_identifier
419419
(simple_identifier)))))))))))))
420-
(comment)
421-
(comment)
422-
(comment)
420+
(one_line_comment)
421+
(one_line_comment)
422+
(one_line_comment)
423423
(module_item
424424
(always_construct
425425
(always_keyword)
@@ -444,7 +444,7 @@ endmodule
444444
(statement
445445
(statement_item
446446
(seq_block
447-
(comment)
447+
(one_line_comment)
448448
(statement_or_null
449449
(statement
450450
(statement_item
@@ -502,7 +502,7 @@ endmodule
502502
(integral_number
503503
(decimal_number
504504
(unsigned_number))))))))))))))
505-
(comment)
505+
(one_line_comment)
506506
(statement_or_null
507507
(statement
508508
(statement_item
@@ -571,7 +571,7 @@ endmodule
571571
(integral_number
572572
(decimal_number
573573
(unsigned_number))))))))))
574-
(comment)
574+
(one_line_comment)
575575
(statement_or_null
576576
(statement
577577
(statement_item
@@ -629,7 +629,7 @@ endmodule
629629
(integral_number
630630
(decimal_number
631631
(unsigned_number))))))))))))))
632-
(comment)
632+
(one_line_comment)
633633
(statement_or_null
634634
(statement
635635
(statement_item

test/corpus/core/assertions/assert_assume_cover_assertion.txt

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,9 @@ endmodule
8282
----
8383

8484
(source_file
85-
(comment)
86-
(comment)
87-
(comment)
85+
(one_line_comment)
86+
(one_line_comment)
87+
(one_line_comment)
8888
(module_declaration
8989
(module_nonansi_header
9090
(module_keyword)
@@ -148,9 +148,9 @@ endmodule
148148
name: (simple_identifier))
149149
(variable_decl_assignment
150150
name: (simple_identifier)))))
151-
(comment)
152-
(comment)
153-
(comment)
151+
(one_line_comment)
152+
(one_line_comment)
153+
(one_line_comment)
154154
(module_item
155155
(property_declaration
156156
name: (simple_identifier)
@@ -176,10 +176,10 @@ endmodule
176176
(primary
177177
(hierarchical_identifier
178178
(simple_identifier)))))))))))
179-
(comment)
180-
(comment)
181-
(comment)
182-
(comment)
179+
(one_line_comment)
180+
(one_line_comment)
181+
(one_line_comment)
182+
(one_line_comment)
183183
(module_item
184184
(property_declaration
185185
name: (simple_identifier)
@@ -246,9 +246,9 @@ endmodule
246246
(primary
247247
(hierarchical_identifier
248248
(simple_identifier))))))))))))))))
249-
(comment)
250-
(comment)
251-
(comment)
249+
(one_line_comment)
250+
(one_line_comment)
251+
(one_line_comment)
252252
(module_item
253253
(always_construct
254254
(always_keyword)
@@ -278,9 +278,9 @@ endmodule
278278
(primary
279279
(hierarchical_identifier
280280
(simple_identifier))))))))
281-
(comment)
282-
(comment)
283-
(comment)
281+
(one_line_comment)
282+
(one_line_comment)
283+
(one_line_comment)
284284
(statement_or_null
285285
(statement
286286
block_name: (simple_identifier)
@@ -296,9 +296,9 @@ endmodule
296296
(simple_identifier))))))))
297297
(action_block
298298
(statement_or_null)))))))))))))))
299-
(comment)
300-
(comment)
301-
(comment)
299+
(one_line_comment)
300+
(one_line_comment)
301+
(one_line_comment)
302302
(module_item
303303
(concurrent_assertion_item
304304
(simple_identifier)
@@ -313,9 +313,9 @@ endmodule
313313
(simple_identifier))))))))
314314
(action_block
315315
(statement_or_null)))))
316-
(comment)
317-
(comment)
318-
(comment)
316+
(one_line_comment)
317+
(one_line_comment)
318+
(one_line_comment)
319319
(module_item
320320
(concurrent_assertion_item
321321
(simple_identifier)
@@ -330,9 +330,9 @@ endmodule
330330
(simple_identifier))))))))
331331
(action_block
332332
(statement_or_null)))))
333-
(comment)
334-
(comment)
335-
(comment)
333+
(one_line_comment)
334+
(one_line_comment)
335+
(one_line_comment)
336336
(module_item
337337
(concurrent_assertion_item
338338
(simple_identifier)
@@ -372,9 +372,9 @@ endmodule
372372
(decimal_number
373373
(unsigned_number))))))))))))
374374
(statement_or_null))))
375-
(comment)
376-
(comment)
377-
(comment)
375+
(one_line_comment)
376+
(one_line_comment)
377+
(one_line_comment)
378378
(module_item
379379
(always_construct
380380
(always_keyword)
@@ -477,7 +477,7 @@ endmodule
477477
(integral_number
478478
(decimal_number
479479
(unsigned_number))))))))))
480-
(comment)
480+
(one_line_comment)
481481
(statement_or_null
482482
(statement
483483
(statement_item
@@ -693,7 +693,7 @@ endmodule
693693
(integral_number
694694
(decimal_number
695695
(unsigned_number))))))))))
696-
(comment)
696+
(one_line_comment)
697697
(statement_or_null
698698
(statement
699699
(statement_item

test/corpus/core/assertions/assert_immediate.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ endmodule
4141
----
4242

4343
(source_file
44-
(comment)
45-
(comment)
46-
(comment)
44+
(one_line_comment)
45+
(one_line_comment)
46+
(one_line_comment)
4747
(module_declaration
4848
(module_nonansi_header
4949
(module_keyword)
@@ -221,9 +221,9 @@ endmodule
221221
argument: (primary
222222
(hierarchical_identifier
223223
(simple_identifier))))))))))))))
224-
(comment)
225-
(comment)
226-
(comment)
224+
(one_line_comment)
225+
(one_line_comment)
226+
(one_line_comment)
227227
(module_item
228228
(always_construct
229229
(always_keyword)

test/corpus/core/assertions/assertion_boolean.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ endmodule
5656
(list_of_net_decl_assignments
5757
(net_decl_assignment
5858
(simple_identifier)))))
59-
(comment)
60-
(comment)
61-
(comment)
59+
(one_line_comment)
60+
(one_line_comment)
61+
(one_line_comment)
6262
(module_item
6363
(sequence_declaration
6464
name: (simple_identifier)

0 commit comments

Comments
 (0)