diff options
| author | Paul Buetow <paul@buetow.org> | 2023-03-20 23:19:17 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2023-03-20 23:19:17 +0200 |
| commit | d1e58509e69ddec99c1ce963405d1beacc39d979 (patch) | |
| tree | 09a90d45f6b2c4e0b192876d97b6bbe018b3de4c /lib | |
| parent | 04201e6226d1c0fe343fcc02914cb6250b8b890a (diff) | |
Hallo should be Hello!
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 |
