From fb06e0a88b47fe8505b87dbbf88aad47e9b300e2 Mon Sep 17 00:00:00 2001 From: Amaury Levé Date: Thu, 21 Jun 2018 17:11:48 +0200 Subject: Rule S4652: Strings should not contain new lines (#57) --- its/plugin/projects/issues-project/src/file1.css | 2 ++ 1 file changed, 2 insertions(+) (limited to 'its/plugin/projects/issues-project/src/file1.css') diff --git a/its/plugin/projects/issues-project/src/file1.css b/its/plugin/projects/issues-project/src/file1.css index ad5a908..3d5ac89 100644 --- a/its/plugin/projects/issues-project/src/file1.css +++ b/its/plugin/projects/issues-project/src/file1.css @@ -2,4 +2,6 @@ background-color: #ffw; /* S4647 | color-no-invalid-hex */ width: 100pixels; /* S4653 | unit-no-unknown */ /* */ /* S4663 | comment-no-empty */ + content: "first + second"; /* S4652 | string-no-newline */ } \ No newline at end of file -- cgit v1.2.3