File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed
CodeSniffer/Standards/Generic/Tests/Files Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -44,11 +44,25 @@ echo 'hi';
44
44
<?php
45
45
/**
46
46
* Comments contining CVS IDs can be long, but should be ignored because
47
- * they cannot be changed by the developer. Same with license URLs.
47
+ * they cannot be changed by the developer. Same with license URLs. Also
48
+ * and URL/HeadURL in subversion.
48
49
*
49
50
* @license http://www.freebsd.org/copyright/freebsd-license.html BSD License (2 Clause)
51
+ *
52
+ * $URL: file/paths/in/subversion/are/prefixed/by/URL/or/HeadURL/and/can/be/very/long/especially/if/they/are/in/a/branch $
53
+ * $HeadURL: https://svn.example.org/file/paths/in/subversion/are/prefixed/by/URL/or/HeadURL/and/can/be/very/long/especially/if/they/are/in/a/branch $
50
54
*/
55
+
56
+ // $URL: file/paths/in/subversion/are/prefixed/by/URL/or/HeadURL/and/can/be/very/long/especially/if/they/are/in/a/branch $
57
+ // $HeadURL: https://svn.example.org/file/paths/in/subversion/are/prefixed/by/URL/or/HeadURL/and/can/be/very/long/especially/if/they/are/in/a/branch $
58
+
59
+ echo '$URL: file/paths/in/subversion/are/prefixed/by/URL/or/HeadURL/and/can/be/very/long/especially/if/they/are/in/a/branch $ ' ;
60
+ echo '$HeadURL: https://svn.example.org/file/paths/in/subversion/are/prefixed/by/URL/or/HeadURL/and/can/be/very/long/especially/if/they/are/in/a/branch $ '
61
+
51
62
?>
52
63
64
+ * $URL: file/paths/in/subversion/are/prefixed/by/URL/or/HeadURL/and/can/be/very/long/especially/if/they/are/in/a/branch $
65
+ * $HeadURL: https://svn.example.org/file/paths/in/subversion/are/prefixed/by/URL/or/HeadURL/and/can/be/very/long/especially/if/they/are/in/a/branch $
66
+
53
67
<?php
54
68
// This is another really long comment that is going to go well over 100 characters, with no closing php tag after it.
You can’t perform that action at this time.
0 commit comments