allowed_colors = [
# <block check-lua="tests/testdata/check_lua_affects.lua" affects=":allowed-colors-docs">
'blue',
'green',
'red',
# </block>
]
# This documentation block has drifted out of sync with `allowed_colors` above.
docs = [
# <block name="allowed-colors-docs">
'blue',
'green',
'purple',
# </block>
]