Skip to content

Instantly share code, notes, and snippets.

@aiya000
Created July 14, 2019 11:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aiya000/429c9c3a6303326cce0b731a14dbd332 to your computer and use it in GitHub Desktop.
Save aiya000/429c9c3a6303326cce0b731a14dbd332 to your computer and use it in GitHub Desktop.
" Test for template strings $'${x} ${y.z}' $"$var"
scriptencoding utf-8
func Test_template_string_basic() abort
endfunc
func Test_template_string_appendix() abort
endfunc
" These should be an exception, should not be a 'Segmentation fault'.
func Test_template_string_illformed() abort
endfunc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment