File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
editions/tw5.com/tiddlers/v5.4.0 Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,29 +6,29 @@ src="""\define testmacro(one)
66Result: $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'
1313src="""\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'
2121src="""\define testmacro(one)
2222Result: $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'
2929src="""\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"""/>
You can’t perform that action at this time.
0 commit comments