michael@0: { michael@0: "itemType.remove must remove all useless whitespace": true, michael@0: "itemType.remove must collapse multiple whitespace around removed tokens": true, michael@0: "itemType.remove must remove duplicates when removing tokens": true, michael@0: "itemType.add must remove unused whitespace when the token already exists": true, michael@0: "itemType.add should normalize \\t as a space": true, michael@0: "itemType.add should normalize \\r as a space": true, michael@0: "itemType.add should normalize \\n as a space": true, michael@0: "itemType.add should normalize \\f as a space": true, michael@0: "itemProp.remove must remove all useless whitespace": true, michael@0: "itemProp.add must remove useless whitespace and duplicates when the token already exists": true, michael@0: "itemProp.add should normalize \\t as a space": true, michael@0: "itemProp.add should normalize \\r as a space": true, michael@0: "itemProp.add should normalize \\n as a space": true, michael@0: "itemProp.add should normalize \\f as a space": true, michael@0: "itemRef.remove must remove useless whitespace when removing tokens": true, michael@0: "itemRef.add must remove whitespace and duplicate when the token already exists": true, michael@0: "itemRef.add should normalize \\t as a space": true, michael@0: "itemRef.add should normalize \\r as a space": true, michael@0: "itemRef.add should normalize \\n as a space": true, michael@0: "itemRef.add should normalize \\f as a space": true michael@0: }