Skip to content

Commit c911ab4

Browse files
committed
test: literal line break sample
1 parent fc6bb56 commit c911ab4

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

tests/composer.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "adhocore/json-comment",
3-
"description": "Lightweight JSON comment stripper library for PHP",
3+
"description": "JSON comment stripper library for PHP.
4+
There is literal line break just above this line but that's okay",
45
"type":/* This is creepy comment */ "library",
56
"keywords": [
67
"json",
@@ -10,7 +11,7 @@
1011
],
1112
"license": "MIT",
1213
/*
13-
* This is multiline comment
14+
* This is a multiline comment.
1415
*/
1516
"authors": [
1617
{
@@ -38,6 +39,6 @@
3839
"scripts": {
3940
"test": "phpunit",
4041
"echo": "echo '// This is not comment'",
41-
"test:cov": "phpunit --coverage-text --coverage-clover coverage.xml",
42+
"test:cov": "phpunit --coverage-text",
4243
},
4344
}

0 commit comments

Comments
 (0)