1234567891011121314151617181920212223242526272829303132333435363738394041 |
- # comments begin with '#'
- # these will be accepted, pending validation
- well-formed-complete!replacement!fsf!42!technical! well-formed - complete
- well-formed-no-replacement!!fsf!42!technical! well-formed - no replacement
- well-formed-no-lead-space-in-desc!r!fsf!42!technical!well-formed - no leading space in description
- well-formed-no-ref!replacement!!42!technical! well-formed - no ref
- well-formed-no-refid!replacement!fsf!!technical! well-formed - no ref_id
- well-formed-no-ref-no-refid!replacement!!!technical! well-formed - no ref - no ref_id
- well-formed-unknown-ref!r!unknown-ref!42!technical! well formed - unknown reference
- well-formed-no-tag!replacement!fsf!42!! well-formed - no tag
- well-formed-no-desc!replacement!fsf!42!technical!
- well-formed-unknown-tag!r!fsf!42!unknown-tag! well formed - unknown tag
- well-formed-multiple-tags!r!fsf!42!technical|nonfree|branding! well-formed - multiple tags
- well-formed-multiple-tags-with-spaces!r!fsf!42!technical| nonfree |branding! well-formed - multiple tags - with spaces
- well-formed-multiple-tags-unknown-tag!r!fsf!42!technical|unknown-tag! well-formed - multiple tags - unknown tag
- well-formed-desc-with-spaces-and-tabs!r!fsf!42!technical! well-formed - with spaces and tabs
- well-formed-identical-duplicate!r!fsf!42!technical! well-formed - identical duplicate
- well-formed-identical-duplicate!r!fsf!42!technical! well-formed - identical duplicate
- well-formed-identical-duplicate!r!fsf!42!technical! well-formed - identical duplicate
- well-formed-differing-duplicate!r!fsf!42!technical! well-formed - differing duplicate
- well-formed-differing-duplicate!r!fsf!42!technical! well-formed - differing duplicate
- well-formed-differing-duplicate!r!fsf!42!technical|nonfree! well-formed - differing duplicate
- # these will not be rejected before validation
- malformed-too-many-separators-f1!!r!fsf!42!technical! malformed - too many separators
- malformed-too-many-separators-f2!r!!fsf!42!technical! malformed - too many separators
- malformed-too-many-separators-f3!r!fsf!!42!technical! malformed - too many separators
- malformed-too-many-separators-f4!r!fsf!42!!technical! malformed - too many separators
- malformed-too-many-separators-with-spaces! !r!fsf!42! semifree! malformed - too many separators - with spaces
- malformed-not-enough-separators-no-replacement!fsf!42!technical! malformed - not enough separators - no replacement
- malformed-not-enough-separators-no-ref!r!42!technical! malformed - not enough separators - no ref
- malformed-not-enough-separators-no-refid!r!fsf!technical! malformed - not enough separators - no ref_id
- malformed-not-enough-separators-no-tag!r!fsf!42malformed - too many separators - no tag
- malformed-not-enough-separators-no-desc!r!fsf!42!technical
- # deprecated reason tags
- # TODO! these are acceptable now - they should become a error eventually
- well-formed-deprecated-tag-1!r!fsf!42!FIXME-package! well-formed deprecated package tag
- well-formed-deprecated-tag-2!r!fsf!42!FIXME-description! well-formed deprecated description tag
|