Add test showing we are not handling trailing whitespace in macro args properly.
This commit is contained in:
parent
dd009498dd
commit
b9ead09dde
@ -2,3 +2,9 @@
|
|||||||
|
|
||||||
{{{foo(bar
|
{{{foo(bar
|
||||||
baz)}}}
|
baz)}}}
|
||||||
|
|
||||||
|
{{{foo(foo )}}}
|
||||||
|
|
||||||
|
{{{foo(foo , bar )}}}
|
||||||
|
|
||||||
|
{{{foo(foo , bar , baz )}}}
|
||||||
|
Loading…
Reference in New Issue
Block a user