allowed_colors = [
# <block check-lua="tests/testdata/check_lua_affects.lua" affects=":allowed-colors-docs">
'blue',
'green',
'red',
# </block>
]
# Documentation that must list the same colors as `allowed_colors` above.
docs = [
# <block name="allowed-colors-docs">
'blue',
'green',
'red',
# </block>
]