blob: 3c94c5019fa3feae63cfa1b225487cc70ea9fcad [file] [log] [blame]
SetProperties on /pathA /path/B
PropertyLine sling:ResourceType{String}=[{String}/x/y/z]
PropertyLine cq:allowedTemplates{String}=[{String}/d/e/f/*, {String}m/n/*]
PropertyLine default someInteger{Long}=[{Long}42]
PropertyLine aDouble{Double}=[{Double}3.14]
PropertyLine someFlag{Boolean}=[{Boolean}true]
PropertyLine default someDate{Date}=[{GregorianCalendar}2020-03-19T11:39:33.437+05:30]
PropertyLine customSingleValueStringProp{String}=[{String}test]
PropertyLine customSingleValueQuotedStringProp{String}=[{String}hello, you!]
PropertyLine customMultiValueStringProp{String}=[{String}test1, {String}test2]
PropertyLine default threeValues{String}=[{String}test1, {String}test2, {String}test3]
PropertyLine quotedA{String}=[{String}Here's a "double quoted string" with suffix]
PropertyLine quotedMix{String}=[{String}quoted, {String}non-quoted, {String}the last " one]
SetProperties on /single/path
PropertyLine someString{String}=[{String}some string]
SetProperties on /test/curly/brackets
PropertyLine curlyBracketsAndDoubleQuotes{String}=[{String}{"one, two":"three, four"}]
PropertyLine curlyBracketsAndSingleQuotes{String}=[{String}{'five, six':'seven,eight'}]
SetProperties on /endkeyword
PropertyLine endS{String}=[{String}one]
PropertyLine two{String}=[{String}endS]
SetProperties on /forcedMultiValue
PropertyLine singleMultiValue{String[]}=[{String}single]
PropertyLine emptyMultiValue{String[]}=[]
PropertyLine singleLongMultiValue{Long[]}=[{Long}1243]
PropertyLine emptyLongMultiValue{Long[]}=[]
SetProperties on /blankLinesInList
PropertyLine one{String}=[{String}two]
PropertyLine two{String}=[{String}four]
PropertyLine three{String}=[{String}five]
SetProperties on :authorizable:bob#
PropertyLine stringProp{String}=[{String}hello, you!]
SetProperties on :authorizable:bob#/nested
PropertyLine stringProp{String}=[{String}hello, you nested!]
SetProperties on :authorizable:bob# :authorizable:alice#
PropertyLine stringProp{String}=[{String}hello, you again!]
SetProperties on :authorizable:bob#/nested :authorizable:alice#/nested
PropertyLine stringProp{String}=[{String}hello, you nested again!]