File: html_convert_title.vader

package info (click to toggle)
vim-vimwiki 2024.01.24-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 3,692 kB
  • sloc: sh: 313; makefile: 2
file content (10 lines) | stat: -rw-r--r-- 303 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
# Test that %title values carry through when HTML is rendered

Given vimwiki (Title value):
  %title this is a title with some quotes in it: ' "

  Some content.

Execute(Check for title tag):
  call ConvertWiki2Html()
  Assert 0 != search('<title>this is a title with some quotes in it: '' "</title>')