Skip to content

Commit 5136e33

Browse files
committed
Tweak examples
1 parent 744f6e7 commit 5136e33

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

editions/tw5.com/tiddlers/v5.4.0/Improvements to Macro Calls.tid

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,29 +6,29 @@ src="""\define testmacro(one)
66
Result: $one$.
77
\end testmacro
88

9-
<<testmacro one:{{{ [[There]addprefix[Hello]] }}}>>
9+
<<testmacro one={{{ [[There]addprefix[Hello]] }}}>>
1010
"""/>
1111

1212
<$macrocall $name='wikitext-example-without-html'
1313
src="""\function testfunction(one)
1414
[<one>addprefix[Hello]]
1515
\end testfunction
1616

17-
<<testfunction one:{{{ [[re]addprefix[The]] }}}>>
17+
<<testfunction one={{{ [[re]addprefix[The]] }}}>>
1818
"""/>
1919

2020
<$macrocall $name='wikitext-example-without-html'
2121
src="""\define testmacro(one)
2222
Result: $one$.
2323
\end testmacro
2424

25-
<$text text=<<testmacro one:{{{ [[There]addprefix[Hello]] }}}>>/>
25+
<$text text=<<testmacro one={{{ [[There]addprefix[Hello]] }}}>>/>
2626
"""/>
2727

2828
<$macrocall $name='wikitext-example-without-html'
2929
src="""\function testfunction(one)
3030
[<one>addprefix[Hello]]
3131
\end testfunction
3232

33-
<$text text=<<testfunction one:{{{ [[re]addprefix[The]] }}}>>/>
33+
<$text text=<<testfunction one={{{ [[re]addprefix[The]] }}}>>/>
3434
"""/>

0 commit comments

Comments
 (0)