diff options
| author | Elena Vilchik | 2019-06-14 10:01:23 +0200 |
|---|---|---|
| committer | Tibor Blenessy | 2019-06-14 10:01:23 +0200 |
| commit | eb017c3b5e0b4652210fb7bcd0a68fe0c36b29cf (patch) | |
| tree | 48fc01eeddd1ac38351e57d3ea7d7a4dcd2d1ef1 /its/plugin/projects/issues-project/src/file5.htm | |
| parent | 479b21eb67bd2f5f7170cb4e14b19561ed59ddcf (diff) | |
| download | sonar-css-eb017c3b5e0b4652210fb7bcd0a68fe0c36b29cf.tar.bz2 | |
Analyse CSS inside other language files (html, vue) (#183)
Diffstat (limited to 'its/plugin/projects/issues-project/src/file5.htm')
| -rw-r--r-- | its/plugin/projects/issues-project/src/file5.htm | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/its/plugin/projects/issues-project/src/file5.htm b/its/plugin/projects/issues-project/src/file5.htm new file mode 100644 index 0000000..8cb86d7 --- /dev/null +++ b/its/plugin/projects/issues-project/src/file5.htm @@ -0,0 +1,13 @@ +<!DOCTYPE html> +<html> +<head> + <title>Page Title</title> + <style> +b a { + color: pink;; /* S1116 | no-extra-semicolons */ +} + </style> +</head> +<body> +</body> +</html> |
