-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathcharacters.xml
More file actions
87 lines (69 loc) · 3.1 KB
/
characters.xml
File metadata and controls
87 lines (69 loc) · 3.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
<?xml version="1.0" encoding="UTF-8"?>
<sv:node
xmlns:mix="http://www.jcp.org/jcr/mix/1.0"
xmlns:nt="http://www.jcp.org/jcr/nt/1.0"
xmlns:jcr="http://www.jcp.org/jcr/1.0"
xmlns:sv="http://www.jcp.org/jcr/sv/1.0"
sv:name="tests_query_characters">
<sv:property sv:name="jcr:primaryType" sv:type="Name">
<sv:value>nt:unstructured</sv:value>
</sv:property>
<sv:node sv:name="testCharacters">
<sv:property sv:name="jcr:primaryType" sv:type="Name">
<sv:value>nt:unstructured</sv:value>
</sv:property>
<sv:node sv:name="propertyCharacterComparison">
<sv:property sv:name="jcr:primaryType" sv:type="Name">
<sv:value>nt:file</sv:value>
</sv:property>
<sv:property sv:name="jcr:created" sv:type="Date">
<sv:value>2011-03-21T14:34:20.452+01:00</sv:value>
</sv:property>
<sv:property sv:name="jcr:createdBy" sv:type="String">
<sv:value>admin</sv:value>
</sv:property>
<sv:node sv:name="jcr:content">
<sv:property sv:name="jcr:primaryType" sv:type="Name">
<sv:value>nt:unstructured</sv:value>
</sv:property>
<sv:property sv:name="jcr:lastModified" sv:type="Date">
<sv:value>2009-04-27T13:01:07.472+02:00</sv:value>
</sv:property>
<sv:property sv:name="jcr:mimeType" sv:type="String">
<sv:value>text/plain</sv:value>
</sv:property>
<sv:property sv:name="class" sv:type="String">
<sv:value>PHPCR\Query\QueryInterface</sv:value>
</sv:property>
<sv:property sv:name="doublebackslash" sv:type="String">
<sv:value>PHPCR\\Query\\QueryInterface</sv:value>
</sv:property>
<sv:property sv:name="quotes" sv:type="String">
<sv:value>"'</sv:value>
</sv:property>
<sv:property sv:name="quoteandbackslash" sv:type="String">
<sv:value>'a\'\'b\'\'c'</sv:value>
</sv:property>
<sv:property sv:name="ampersand" sv:type="String">
<sv:value>foo & bar&baz</sv:value>
</sv:property>
</sv:node>
</sv:node>
</sv:node>
<sv:node sv:name="test-2e">
<sv:property sv:name="jcr:primaryType" sv:type="Name">
<sv:value>nt:unstructured</sv:value>
</sv:property>
<sv:node sv:name="child">
<sv:property sv:name="jcr:primaryType" sv:type="Name">
<sv:value>nt:unstructured</sv:value>
</sv:property>
<sv:property sv:name="jcr:mixinTypes" sv:type="Name">
<sv:value>mix:referenceable</sv:value>
</sv:property>
<sv:property sv:name="jcr:uuid" sv:type="String">
<sv:value>123e61c0-09ab-42a9-87c0-123ccc90e6f4</sv:value>
</sv:property>
</sv:node>
</sv:node>
</sv:node>