Hello Brian,
 Have a look at the below code

<$set name="v" value="""a b "this is a test" [[title with space]] """>
<$list filter="[enlist<v>]" >
<<currentTiddler>><br>
</$list>
</$set>

If you test this on tiddlywiki.com, it will result in:


a
b
"this
is
test"
title with space

Which seems to be incorrect!

The correct result is:

a
b
this is test
title with space

What goes wrong here?

-- Mohammad

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/f0217ea8-37a1-4581-8615-3654c825b548%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to