Add test showing we are not handling trailing whitespace in macro args properly.

This commit is contained in:
Tom Alexander 2023-10-08 16:34:28 -04:00
parent dd009498dd
commit b9ead09dde
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE
1 changed files with 6 additions and 0 deletions

View File

@ -2,3 +2,9 @@
{{{foo(bar
baz)}}}
{{{foo(foo )}}}
{{{foo(foo , bar )}}}
{{{foo(foo , bar , baz )}}}