Skip to content

Commit 116812e

Browse files
committedAug 31, 2019
Fix test case titles in _test_collection/Test_collection_item
1 parent 0877f30 commit 116812e

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed
 

‎test_site/_test_collection/Test_collection_item.markdown

+5-7
Original file line numberDiff line numberDiff line change
@@ -40,19 +40,17 @@ Test collection document.
4040

4141
## Document in another collection
4242

43-
### Unquoted: another.png Another another_collection
43+
### Unquoted: another.png /another_collection/Another
4444
![Failure]({% asset_path another.png /another_collection/Another %})
4545

46-
### Double quotes: "another.png" Another another_collection
46+
### Double quotes: "another.png" /another_collection/Another
4747
![Failure]({% asset_path "another.png" /another_collection/Another %})
4848

49-
### Single quotes: 'another.png' Another another_collection
49+
### Single quotes: 'another.png' /another_collection/Another
5050
![Failure]({% asset_path 'another.png' /another_collection/Another %})
5151

52-
### Double quotes with space: "another with space.png" Another another_collection
52+
### Double quotes with space: "another with space.png" /another_collection/Another
5353
![Failure]({% asset_path "another with space.png" /another_collection/Another %})
5454

55-
### Single quotes with space: 'another with space.png' Another another_collection
55+
### Single quotes with space: 'another with space.png' /another_collection/Another
5656
![Failure]({% asset_path 'another with space.png' /another_collection/Another %})
57-
58-
<!-- TODO: More cases needed? -->

0 commit comments

Comments
 (0)
Please sign in to comment.