diff options
Diffstat (limited to 'document_test.go')
| -rw-r--r-- | document_test.go | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/document_test.go b/document_test.go index b15781c..c4cc995 100644 --- a/document_test.go +++ b/document_test.go @@ -71,8 +71,9 @@ func TestParse_document_title(t *testing.T) { expString: `a: b: c`, }, { // With custom separator. - content: `:title-separator: x -= Mainx sub`, + content: ` += Mainx sub +:title-separator: x`, exp: DocumentTitle{ Main: `Main`, Sub: `sub`, |
