diff options
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/template.source.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/template.source.sh b/lib/template.source.sh index 197caa5..c1487ba 100644 --- a/lib/template.source.sh +++ b/lib/template.source.sh @@ -48,7 +48,7 @@ $line" '<< '*) template::_line "$line" ;; - '<<<') + '<<<'*) is_block=yes ;; *) @@ -92,7 +92,7 @@ Just so that you know' local -r template3='<<< foo=baz >>> -<<< +<<<bash echo $foo >>>' assert::equals "$(template::_generate <<< "$template3")" baz |
