From f4ca295086da1976479fd707afd45dce605f1f64 Mon Sep 17 00:00:00 2001 From: Bimba Laszlo Date: Mon, 19 Nov 2018 22:01:56 +0100 Subject: [PATCH] Docs: Remove broken `is` operator example (#3556) In 737e9ae4cb136ca3f473624f64142bd83e532b9b the multiple suboperator functionality was banned, but an example is remained in the docs. --- editions/tw5.com/tiddlers/filters/examples/is.tid | 1 - 1 file changed, 1 deletion(-) 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">>