Renderingla

tag

Attaches a test tag string.

Syntax: tag <string>

Category

testing

Related

Examples

examples/corpus/tag/tag.fab (canonical · keyword)

Attaches a test tag string.

# tag — test tag modifier
#
# GRAMMAR:
#   testModifier :← 'tag' stringLit
#
# EXPECTED OUTPUT:
#   No incipit — declaration or test-runner surface only.
#
# BACKEND:
#   declaration-only test modifier (whitelist: tag/tag.fab).
#

proba "tagged case" tag "focus" {
    adfirma verum
}

Expected output: