Skip to content

Commit 40e32a1

Browse files
committed
Add trim back into the tests, to make sure it continues to function
1 parent bd21e7d commit 40e32a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/macros/process.yay

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ $(macro :recursion) {
1313
) as items
1414
))
1515
} >> {
16-
\Pre\Plugin\process($(items ...(.) { $(item) }))
16+
\Pre\Plugin\process($$(trim($(items ...(.) { $(item) }))))
1717
}

0 commit comments

Comments
 (0)