Skip to content

Fix no newline validation on subject attributes

paz requested to merge fix-no-newline-validation-in-list-model into master

When writing the spec, i realized that the validation actually matched on every string. The comment and the error message indicate, that it should rather match a linebreak.

Merge request reports