diff --git a/editions/tw5.com/tiddlers/filters/examples/is.tid b/editions/tw5.com/tiddlers/filters/examples/is.tid index 29310bcbf..d81a9bf77 100644 --- a/editions/tw5.com/tiddlers/filters/examples/is.tid +++ b/editions/tw5.com/tiddlers/filters/examples/is.tid @@ -11,4 +11,3 @@ type: text/vnd.tiddlywiki <<.operator-example 5 "[all[shadows]is[system]tag[$:/tags/Stylesheet]]" "shadow system stylesheets">> <<.operator-example 6 "[is[shadow]]" "overridden shadow tiddlers">> <<.operator-example 7 "[is[missing]]" "empty because its input contains only tiddlers that exist">> -<<.operator-example 8 "[all[tiddlers+shadows]is[tiddler+shadow]]" "contains the entire input list">>