Skip to main content

Module annotation_tests

Module annotation_tests 

Source
Expand description

Tests for annotation features

This module covers annotation grammar rules from shape.pest:

  • annotation: @my_ann
  • annotation_args: @timeout(5000)
  • annotation_def: annotation @custom(x) { }

Constantsยง

TESTS