mirror of
https://github.com/cheat/cheat.git
synced 2024-10-31 21:21:02 +01:00
Merge 41b6238234
into 7908a678df
This commit is contained in:
commit
43cc4c4307
@ -29,7 +29,7 @@ func TestWriteableOK(t *testing.T) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// TestWriteableOK asserts that Writeable returns an error when no writeable
|
// TestWriteableNotOK asserts that Writeable returns an error when no writeable
|
||||||
// cheatpaths exist
|
// cheatpaths exist
|
||||||
func TestWriteableNotOK(t *testing.T) {
|
func TestWriteableNotOK(t *testing.T) {
|
||||||
|
|
||||||
|
@ -42,7 +42,7 @@ To foo the bar: baz`
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// TestHasFrontmatter asserts that markdown is properly parsed when it does not
|
// TestHasNoFrontmatter asserts that markdown is properly parsed when it does not
|
||||||
// contain frontmatter
|
// contain frontmatter
|
||||||
func TestHasNoFrontmatter(t *testing.T) {
|
func TestHasNoFrontmatter(t *testing.T) {
|
||||||
|
|
||||||
|
@ -52,7 +52,7 @@ func TestFilterSingleTag(t *testing.T) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// TestFilterSingleTag asserts that Filter properly filters results when passed
|
// TestFilterMultiTag asserts that Filter properly filters results when passed
|
||||||
// multiple tags
|
// multiple tags
|
||||||
func TestFilterMultiTag(t *testing.T) {
|
func TestFilterMultiTag(t *testing.T) {
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user