mirror of
https://github.com/apple/pkl.git
synced 2026-07-08 22:15:11 +02:00
Delete stale files in LanguageSnippetTests/output
When I delete pkl-core/src/test/files/LanguageSnippetTests/output and run "gw test", most output files are regenerated, but 46 of them aren't. I assume these are stale files that should be deleted.
This commit is contained in:
committed by
Philip K.F. Hölzenspies
parent
9cc1796429
commit
d756dff0e7
-4
@@ -1,4 +0,0 @@
|
|||||||
{
|
|
||||||
"name": "pigeon",
|
|
||||||
"age": 30
|
|
||||||
}
|
|
||||||
-54
@@ -1,54 +0,0 @@
|
|||||||
{
|
|
||||||
"res1": "gnirts",
|
|
||||||
"res2": false,
|
|
||||||
"res3": 43,
|
|
||||||
"res4": 2.33,
|
|
||||||
"res5": "3 s",
|
|
||||||
"res6": "4 mb",
|
|
||||||
"res8": [
|
|
||||||
43,
|
|
||||||
false,
|
|
||||||
"gnirts"
|
|
||||||
],
|
|
||||||
"res9": [
|
|
||||||
"gnirts",
|
|
||||||
false,
|
|
||||||
43,
|
|
||||||
5
|
|
||||||
],
|
|
||||||
"res10": {
|
|
||||||
"eno": false,
|
|
||||||
"owt": 2.33,
|
|
||||||
"eerht": "3 s"
|
|
||||||
},
|
|
||||||
"res11": [
|
|
||||||
"gnirts",
|
|
||||||
false,
|
|
||||||
43,
|
|
||||||
5
|
|
||||||
],
|
|
||||||
"res12": {
|
|
||||||
"eman": "noegip",
|
|
||||||
"ega": 31,
|
|
||||||
"eerht": "3 s"
|
|
||||||
},
|
|
||||||
"res13": {
|
|
||||||
"name": "noegip",
|
|
||||||
"age": 31,
|
|
||||||
"other": "rehto"
|
|
||||||
},
|
|
||||||
"res14": {
|
|
||||||
"name": "noegip",
|
|
||||||
"age": 41
|
|
||||||
},
|
|
||||||
"res15": "String",
|
|
||||||
"res16": [
|
|
||||||
2,
|
|
||||||
3
|
|
||||||
],
|
|
||||||
"res17": [
|
|
||||||
2,
|
|
||||||
5,
|
|
||||||
2
|
|
||||||
]
|
|
||||||
}
|
|
||||||
-18
@@ -1,18 +0,0 @@
|
|||||||
{
|
|
||||||
"res1": "converted",
|
|
||||||
"res2": "converted",
|
|
||||||
"res3": "converted",
|
|
||||||
"res4": "converted",
|
|
||||||
"res5": "converted",
|
|
||||||
"res6": "converted",
|
|
||||||
"res8": "converted",
|
|
||||||
"res9": "converted",
|
|
||||||
"res10": "converted",
|
|
||||||
"res11": "converted",
|
|
||||||
"res12": "converted",
|
|
||||||
"res13": "converted",
|
|
||||||
"res14": "converted",
|
|
||||||
"res15": "converted",
|
|
||||||
"res16": "converted",
|
|
||||||
"res17": "converted"
|
|
||||||
}
|
|
||||||
-16
@@ -1,16 +0,0 @@
|
|||||||
{
|
|
||||||
"name": "noegip",
|
|
||||||
"age": 42,
|
|
||||||
"friends": [
|
|
||||||
"barn owlx",
|
|
||||||
"parrotx"
|
|
||||||
],
|
|
||||||
"hobbies": {
|
|
||||||
"surfing": "low",
|
|
||||||
"firemaking": "high"
|
|
||||||
},
|
|
||||||
"address": {
|
|
||||||
"street": "Other St.",
|
|
||||||
"zip": "changed"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
-40
@@ -1,40 +0,0 @@
|
|||||||
{
|
|
||||||
int: 123,
|
|
||||||
float: 1.23,
|
|
||||||
bool: true,
|
|
||||||
string: 'Pigeon',
|
|
||||||
unicodeString: 'abc😀abc😎abc',
|
|
||||||
multiLineString: |||
|
|
||||||
have a
|
|
||||||
great
|
|
||||||
day
|
|
||||||
|||,
|
|
||||||
typedObject: {
|
|
||||||
name: 'Bob',
|
|
||||||
age: 42,
|
|
||||||
address: {
|
|
||||||
street: 'Abby Rd.',
|
|
||||||
},
|
|
||||||
},
|
|
||||||
dynamicObject: {
|
|
||||||
name: 'Pigeon',
|
|
||||||
age: 30,
|
|
||||||
address: {
|
|
||||||
street: 'Folsom St.',
|
|
||||||
},
|
|
||||||
},
|
|
||||||
annoyingNames: {
|
|
||||||
'5hello': 123,
|
|
||||||
'local': 'remote',
|
|
||||||
'foo.bar': 'baz',
|
|
||||||
"single'quote": 'double"quote',
|
|
||||||
},
|
|
||||||
list: [
|
|
||||||
1,
|
|
||||||
2,
|
|
||||||
3,
|
|
||||||
null,
|
|
||||||
],
|
|
||||||
someExternalVariable: std.extVar('MY_VARIABLE'),
|
|
||||||
someImportStr: importstr 'my/private/key.pem',
|
|
||||||
}
|
|
||||||
-1
@@ -1 +0,0 @@
|
|||||||
{ hello: { world: [1, 'foo\nbar'] }, emptyArray: [], emptyObject: {} }
|
|
||||||
-18
@@ -1,18 +0,0 @@
|
|||||||
{
|
|
||||||
res1: 'converted',
|
|
||||||
res2: 'converted',
|
|
||||||
res3: 'converted',
|
|
||||||
res4: 'converted',
|
|
||||||
res5: 'converted',
|
|
||||||
res6: 'converted',
|
|
||||||
res8: 'converted',
|
|
||||||
res9: 'converted',
|
|
||||||
res10: 'converted',
|
|
||||||
res11: 'converted',
|
|
||||||
res12: 'converted',
|
|
||||||
res13: 'converted',
|
|
||||||
res14: 'converted',
|
|
||||||
res15: 'converted',
|
|
||||||
res16: 'converted',
|
|
||||||
res17: 'converted',
|
|
||||||
}
|
|
||||||
-16
@@ -1,16 +0,0 @@
|
|||||||
{
|
|
||||||
name: 'noegip',
|
|
||||||
age: 42,
|
|
||||||
friends: [
|
|
||||||
'barn owlx',
|
|
||||||
'parrotx',
|
|
||||||
],
|
|
||||||
hobbies: {
|
|
||||||
surfing: 'low',
|
|
||||||
firemaking: 'high',
|
|
||||||
},
|
|
||||||
address: {
|
|
||||||
street: 'Other St.',
|
|
||||||
zip: 'changed',
|
|
||||||
},
|
|
||||||
}
|
|
||||||
-10
@@ -1,10 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
||||||
<plist version="1.0">
|
|
||||||
<dict>
|
|
||||||
<key>name</key>
|
|
||||||
<string>pigeon</string>
|
|
||||||
<key>age</key>
|
|
||||||
<integer>30</integer>
|
|
||||||
</dict>
|
|
||||||
</plist>
|
|
||||||
-80
@@ -1,80 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
||||||
<plist version="1.0">
|
|
||||||
<dict>
|
|
||||||
<key>res1</key>
|
|
||||||
<string>gnirts</string>
|
|
||||||
<key>res2</key>
|
|
||||||
<false/>
|
|
||||||
<key>res3</key>
|
|
||||||
<integer>43</integer>
|
|
||||||
<key>res4</key>
|
|
||||||
<real>2.33</real>
|
|
||||||
<key>res5</key>
|
|
||||||
<string>3 s</string>
|
|
||||||
<key>res6</key>
|
|
||||||
<string>4 mb</string>
|
|
||||||
<key>res8</key>
|
|
||||||
<array>
|
|
||||||
<integer>43</integer>
|
|
||||||
<false/>
|
|
||||||
<string>gnirts</string>
|
|
||||||
</array>
|
|
||||||
<key>res9</key>
|
|
||||||
<array>
|
|
||||||
<string>gnirts</string>
|
|
||||||
<false/>
|
|
||||||
<integer>43</integer>
|
|
||||||
<integer>5</integer>
|
|
||||||
</array>
|
|
||||||
<key>res10</key>
|
|
||||||
<dict>
|
|
||||||
<key>eno</key>
|
|
||||||
<false/>
|
|
||||||
<key>owt</key>
|
|
||||||
<real>2.33</real>
|
|
||||||
<key>eerht</key>
|
|
||||||
<string>3 s</string>
|
|
||||||
</dict>
|
|
||||||
<key>res11</key>
|
|
||||||
<array>
|
|
||||||
<string>gnirts</string>
|
|
||||||
<false/>
|
|
||||||
<integer>43</integer>
|
|
||||||
<integer>5</integer>
|
|
||||||
</array>
|
|
||||||
<key>res12</key>
|
|
||||||
<dict>
|
|
||||||
<key>eman</key>
|
|
||||||
<string>noegip</string>
|
|
||||||
<key>ega</key>
|
|
||||||
<integer>31</integer>
|
|
||||||
<key>eerht</key>
|
|
||||||
<string>3 s</string>
|
|
||||||
</dict>
|
|
||||||
<key>res13</key>
|
|
||||||
<dict>
|
|
||||||
<key>name</key>
|
|
||||||
<string>noegip</string>
|
|
||||||
<key>age</key>
|
|
||||||
<integer>31</integer>
|
|
||||||
<key>other</key>
|
|
||||||
<string>rehto</string>
|
|
||||||
</dict>
|
|
||||||
<key>res14</key>
|
|
||||||
<dict>
|
|
||||||
<key>name</key>
|
|
||||||
<string>noegip</string>
|
|
||||||
<key>age</key>
|
|
||||||
<integer>41</integer>
|
|
||||||
</dict>
|
|
||||||
<key>res15</key>
|
|
||||||
<string>String</string>
|
|
||||||
<key>res16</key>
|
|
||||||
<array>
|
|
||||||
<integer>2</integer>
|
|
||||||
<integer>5</integer>
|
|
||||||
<integer>2</integer>
|
|
||||||
</array>
|
|
||||||
</dict>
|
|
||||||
</plist>
|
|
||||||
-38
@@ -1,38 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
||||||
<plist version="1.0">
|
|
||||||
<dict>
|
|
||||||
<key>res1</key>
|
|
||||||
<string>converted</string>
|
|
||||||
<key>res2</key>
|
|
||||||
<string>converted</string>
|
|
||||||
<key>res3</key>
|
|
||||||
<string>converted</string>
|
|
||||||
<key>res4</key>
|
|
||||||
<string>converted</string>
|
|
||||||
<key>res5</key>
|
|
||||||
<string>converted</string>
|
|
||||||
<key>res6</key>
|
|
||||||
<string>converted</string>
|
|
||||||
<key>res7</key>
|
|
||||||
<string>converted</string>
|
|
||||||
<key>res8</key>
|
|
||||||
<string>converted</string>
|
|
||||||
<key>res9</key>
|
|
||||||
<string>converted</string>
|
|
||||||
<key>res10</key>
|
|
||||||
<string>converted</string>
|
|
||||||
<key>res11</key>
|
|
||||||
<string>converted</string>
|
|
||||||
<key>res12</key>
|
|
||||||
<string>converted</string>
|
|
||||||
<key>res13</key>
|
|
||||||
<string>converted</string>
|
|
||||||
<key>res14</key>
|
|
||||||
<string>converted</string>
|
|
||||||
<key>res15</key>
|
|
||||||
<string>converted</string>
|
|
||||||
<key>res16</key>
|
|
||||||
<string>converted</string>
|
|
||||||
</dict>
|
|
||||||
</plist>
|
|
||||||
-29
@@ -1,29 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
||||||
<plist version="1.0">
|
|
||||||
<dict>
|
|
||||||
<key>name</key>
|
|
||||||
<string>noegip</string>
|
|
||||||
<key>age</key>
|
|
||||||
<integer>42</integer>
|
|
||||||
<key>friends</key>
|
|
||||||
<array>
|
|
||||||
<string>barn owlx</string>
|
|
||||||
<string>parrotx</string>
|
|
||||||
</array>
|
|
||||||
<key>hobbies</key>
|
|
||||||
<dict>
|
|
||||||
<key>surfing</key>
|
|
||||||
<string>low</string>
|
|
||||||
<key>firemaking</key>
|
|
||||||
<string>high</string>
|
|
||||||
</dict>
|
|
||||||
<key>address</key>
|
|
||||||
<dict>
|
|
||||||
<key>street</key>
|
|
||||||
<string>Other St.</string>
|
|
||||||
<key>zip</key>
|
|
||||||
<string>changed</string>
|
|
||||||
</dict>
|
|
||||||
</dict>
|
|
||||||
</plist>
|
|
||||||
-2
@@ -1,2 +0,0 @@
|
|||||||
name = pigeon
|
|
||||||
age = 30
|
|
||||||
Vendored
-13
@@ -1,13 +0,0 @@
|
|||||||
–– Pkl Error ––
|
|
||||||
Cannot render value of type `List` as Properties.
|
|
||||||
Value: List("bar")
|
|
||||||
|
|
||||||
x | foo = new PropertiesRenderer {}.renderValue(List("bar"))
|
|
||||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
||||||
at propertiesRenderer10.properties#foo (file:///$snippetsDir/input/api/propertiesRenderer10.properties.pkl)
|
|
||||||
|
|
||||||
Consider adding a converter to `output.converters`.
|
|
||||||
|
|
||||||
xx | text = renderer.renderDocument(value)
|
|
||||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
||||||
at pkl.base#Module.output.text (pkl:base)
|
|
||||||
-15
@@ -1,15 +0,0 @@
|
|||||||
res1 = gnirts
|
|
||||||
res2 = false
|
|
||||||
res3 = 43
|
|
||||||
res4 = 2.33
|
|
||||||
res5 = 3 s
|
|
||||||
res6 = 4 mb
|
|
||||||
res8 = [\n 43,\n false,\n "gnirts"\n]
|
|
||||||
res9 = [\n "gnirts",\n false,\n 43,\n 5\n]
|
|
||||||
res10 = {\n "eno"\: false,\n "owt"\: 2.33,\n "eerht"\: "3 s"\n}
|
|
||||||
res11 = [\n "gnirts",\n false,\n 43,\n 5\n]
|
|
||||||
res12 = {\n "eman"\: "noegip",\n "ega"\: 31,\n "eerht"\: "3 s"\n}
|
|
||||||
res13 = {\n "name"\: "noegip",\n "age"\: 31,\n "other"\: "rehto"\n}
|
|
||||||
res14 = {\n "name"\: "noegip",\n "age"\: 41\n}
|
|
||||||
res15 = String
|
|
||||||
res16 = [\n 3,\n 2\n]
|
|
||||||
-16
@@ -1,16 +0,0 @@
|
|||||||
res1 = converted
|
|
||||||
res2 = converted
|
|
||||||
res3 = converted
|
|
||||||
res4 = converted
|
|
||||||
res5 = converted
|
|
||||||
res6 = converted
|
|
||||||
res8 = converted
|
|
||||||
res9 = converted
|
|
||||||
res10 = converted
|
|
||||||
res11 = converted
|
|
||||||
res12 = converted
|
|
||||||
res13 = converted
|
|
||||||
res14 = converted
|
|
||||||
res15 = converted
|
|
||||||
res16 = converted
|
|
||||||
res18 = converted
|
|
||||||
BIN
Binary file not shown.
-18
@@ -1,18 +0,0 @@
|
|||||||
res01 = \t\n\f\r
|
|
||||||
res02 = \!\#\:\=\\\t\n\f\r
|
|
||||||
res03 = \ \!\#\:\=\\\t\n\f\r
|
|
||||||
res04 = true
|
|
||||||
res05 = true
|
|
||||||
res06 = true
|
|
||||||
res07 = true
|
|
||||||
res08 = \!\#\: \=\\
|
|
||||||
res09 = \!\#\:\=\\
|
|
||||||
res10 = \ \!\#\:\=\\
|
|
||||||
\!\#\:\ \=\\\\ = res11
|
|
||||||
\!\#\:\=\\\\\ = res12
|
|
||||||
\ \!\#\:\=\\\\ = res13
|
|
||||||
res14 = \u0000\u0001\u0002\u0003\u0004\u0005\u0006\u0007\u0008\t\n\u000B\f\r\u000E\u000F\u0010\u0011\u0012\u0013\u0014\u0015\u0016\u0017\u0018\u0019\u001A\u001B\u001C\u001D\u001E\u001F \!"\#$%&'()*+,-./0123456789\:;<\=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~\u007F
|
|
||||||
res15 = true
|
|
||||||
res16 = true
|
|
||||||
res17 = true
|
|
||||||
res18 = true
|
|
||||||
-37
@@ -1,37 +0,0 @@
|
|||||||
int = 123
|
|
||||||
float = 1.23
|
|
||||||
bool = true
|
|
||||||
string = Pigeon
|
|
||||||
unicodeString = abc😀abc😎abc
|
|
||||||
multiLineString = have a\ngreat\nday
|
|
||||||
list = [123,1.23,true,"Pigeon","abc😀abc😎abc","have a\\ngreat\\nday",[1,2,3],[1,2,3],{"one"\:1},{"name"\:"Pigeon"}]
|
|
||||||
set = [123,1.23,true,"Pigeon","abc😀abc😎abc","have a\\ngreat\\nday",[1,2,3],[1,2,3],{"one"\:1},{"name"\:"Pigeon"}]
|
|
||||||
map.one = 123
|
|
||||||
map.two = 1.23
|
|
||||||
map.three = true
|
|
||||||
map.four = Pigeon
|
|
||||||
map.five = abc😀abc😎abc
|
|
||||||
map.six = have a\ngreat\nday
|
|
||||||
map.seven = [1,2,3]
|
|
||||||
map.eight = [1,2,3]
|
|
||||||
map.nine.one = 1
|
|
||||||
map.ten.name = Pigeon
|
|
||||||
listing = [123,1.23,true,"Pigeon","abc😀abc😎abc","have a\\ngreat\\nday",[1,2,3],[1,2,3],{"one"\:1},{"name"\:"Pigeon"}]
|
|
||||||
mapping.one = 123
|
|
||||||
mapping.two = 1.23
|
|
||||||
mapping.three = true
|
|
||||||
mapping.four = Pigeon
|
|
||||||
mapping.five = abc😀abc😎abc
|
|
||||||
mapping.six = have a\ngreat\nday
|
|
||||||
mapping.seven = [1,2,3]
|
|
||||||
mapping.eight = [1,2,3]
|
|
||||||
mapping.nine.one = 1
|
|
||||||
mapping.ten.name = Pigeon
|
|
||||||
typedObject.name = Pigeon
|
|
||||||
typedObject.age = 30
|
|
||||||
typedObject.address.street = Folsom St.
|
|
||||||
typedObject.hobbies = ["swimming","gardening","reading"]
|
|
||||||
container.name = Pigeon
|
|
||||||
container.age = 30
|
|
||||||
container.address.street = Folsom St.
|
|
||||||
container.address.hobbies = ["swimming","gardening","reading"]
|
|
||||||
-11
@@ -1,11 +0,0 @@
|
|||||||
name = noegip
|
|
||||||
age = 42
|
|
||||||
friends = ["barn owlx","parrotx"]
|
|
||||||
moreFriends = ["elf owlx","eaglex"]
|
|
||||||
couple = ["pigeonx","parrotx"]
|
|
||||||
hobbies.surfing = low
|
|
||||||
hobbies.firemaking = high
|
|
||||||
classification.red\ wolf = confidential
|
|
||||||
classification.pink\ panther = official
|
|
||||||
address.street = Other St.
|
|
||||||
address.zip = changed
|
|
||||||
pkl-core/src/test/files/LanguageSnippetTests/output/api/propertiesRendererBug66849708.properties.pcf
Vendored
-3
@@ -1,3 +0,0 @@
|
|||||||
object.property = converted
|
|
||||||
mapping.key = converted
|
|
||||||
map.key = converted
|
|
||||||
@@ -1,25 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<root>
|
|
||||||
<int>123</int>
|
|
||||||
<float>1.23</float>
|
|
||||||
<bool>true</bool>
|
|
||||||
<string>Pigeon</string>
|
|
||||||
<unicodeString>abc😀abc😎abc</unicodeString>
|
|
||||||
<multiLineString>have a
|
|
||||||
great
|
|
||||||
day</multiLineString>
|
|
||||||
<typedObject>
|
|
||||||
<name>Pigeon</name>
|
|
||||||
<age>30</age>
|
|
||||||
<address>
|
|
||||||
<street>Folsom St.</street>
|
|
||||||
</address>
|
|
||||||
</typedObject>
|
|
||||||
<dynamicObject>
|
|
||||||
<name>Pigeon</name>
|
|
||||||
<age>30</age>
|
|
||||||
<address>
|
|
||||||
<street>Folsom St.</street>
|
|
||||||
</address>
|
|
||||||
</dynamicObject>
|
|
||||||
</root>
|
|
||||||
@@ -1,32 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<root>
|
|
||||||
<res1>gnirts</res1>
|
|
||||||
<res2>false</res2>
|
|
||||||
<res3>43</res3>
|
|
||||||
<res4>2.33</res4>
|
|
||||||
<res5>3 s</res5>
|
|
||||||
<res6>4 mb</res6>
|
|
||||||
<res8>43falsegnirts</res8>
|
|
||||||
<res9>gnirtsfalse435</res9>
|
|
||||||
<res10>
|
|
||||||
<eno>false</eno>
|
|
||||||
<owt>2.33</owt>
|
|
||||||
<eerht>3 s</eerht>
|
|
||||||
</res10>
|
|
||||||
<res11>gnirtsfalse435</res11>
|
|
||||||
<res12>
|
|
||||||
<eman>noegip</eman>
|
|
||||||
<ega>31</ega>
|
|
||||||
<eerht>3 s</eerht>
|
|
||||||
</res12>
|
|
||||||
<res13>
|
|
||||||
<name>noegip</name>
|
|
||||||
<age>31</age>
|
|
||||||
<other>rehto</other>
|
|
||||||
</res13>
|
|
||||||
<res14>
|
|
||||||
<name>noegip</name>
|
|
||||||
<age>41</age>
|
|
||||||
</res14>
|
|
||||||
<res15>String</res15>
|
|
||||||
</root>
|
|
||||||
@@ -1,17 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<root>
|
|
||||||
<res1>converted</res1>
|
|
||||||
<res2>converted</res2>
|
|
||||||
<res3>converted</res3>
|
|
||||||
<res4>converted</res4>
|
|
||||||
<res5>converted</res5>
|
|
||||||
<res6>converted</res6>
|
|
||||||
<res8>converted</res8>
|
|
||||||
<res9>converted</res9>
|
|
||||||
<res10>converted</res10>
|
|
||||||
<res11>converted</res11>
|
|
||||||
<res12>converted</res12>
|
|
||||||
<res13>converted</res13>
|
|
||||||
<res14>converted</res14>
|
|
||||||
<res15>converted</res15>
|
|
||||||
</root>
|
|
||||||
@@ -1,14 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<root>
|
|
||||||
<name>noegip</name>
|
|
||||||
<age>42</age>
|
|
||||||
<friends>barn owlxparrotx</friends>
|
|
||||||
<hobbies>
|
|
||||||
<surfing>low</surfing>
|
|
||||||
<firemaking>high</firemaking>
|
|
||||||
</hobbies>
|
|
||||||
<address>
|
|
||||||
<street>Other St.</street>
|
|
||||||
<zip>changed</zip>
|
|
||||||
</address>
|
|
||||||
</root>
|
|
||||||
-5
@@ -1,5 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<root>
|
|
||||||
<res1><![CDATA[The <drumroll>Dodos</drumroll>]]></res1>
|
|
||||||
<res2><![CDATA[Malicious CDATA input: ]]]]><![CDATA[><script>doMaliciousThing();</script>]]></res2>
|
|
||||||
</root>
|
|
||||||
-11
@@ -1,11 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<machine>
|
|
||||||
<diskSizes>
|
|
||||||
<disk>
|
|
||||||
<gb>1200</gb>
|
|
||||||
</disk>
|
|
||||||
<disk>
|
|
||||||
<tb>2</tb>
|
|
||||||
</disk>
|
|
||||||
</diskSizes>
|
|
||||||
</machine>
|
|
||||||
-12
@@ -1,12 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<html>
|
|
||||||
<body>
|
|
||||||
<!--this is a comment-->
|
|
||||||
<h1>My 3 <strong>favorite</strong> hobbies:</h1>
|
|
||||||
<ul>
|
|
||||||
<li>swimming</li>
|
|
||||||
<li>surfing</li>
|
|
||||||
<li>fire making</li>
|
|
||||||
</ul>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
-13
@@ -1,13 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<root>
|
|
||||||
<content>pigeonparrotpigeonparrotpigeonparrot
|
|
||||||
<name>pigeon</name>
|
|
||||||
<age>42</age>
|
|
||||||
<name>pigeon</name>
|
|
||||||
<age>42</age>
|
|
||||||
<name>pigeon</name>
|
|
||||||
<age>42</age>
|
|
||||||
<name>pigeon</name>
|
|
||||||
<age>42</age>
|
|
||||||
</content>
|
|
||||||
</root>
|
|
||||||
-13
@@ -1,13 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<root>
|
|
||||||
<order>
|
|
||||||
<item>
|
|
||||||
<name>banana</name>
|
|
||||||
<quantity>42</quantity>
|
|
||||||
</item>
|
|
||||||
<item>
|
|
||||||
<name>orange</name>
|
|
||||||
<quantity>21</quantity>
|
|
||||||
</item>
|
|
||||||
</order>
|
|
||||||
</root>
|
|
||||||
-9
@@ -1,9 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<root>
|
|
||||||
<pigeon2>
|
|
||||||
<name>Pigeon</name>
|
|
||||||
<age>42</age>
|
|
||||||
</pigeon2>
|
|
||||||
<res2>`xml.Element` is not supported here. Value: new Dynamic { _isXmlElement = true; name = ?; attributes = ?; isBlockFormat =...</res2>
|
|
||||||
<res3>`xml.Inline` is not supported here. Value: new Inline { value = ? }</res3>
|
|
||||||
</root>
|
|
||||||
@@ -1,2 +0,0 @@
|
|||||||
name: pigeon
|
|
||||||
age: 30
|
|
||||||
-39
@@ -1,39 +0,0 @@
|
|||||||
res1: gnirts
|
|
||||||
res2: false
|
|
||||||
res3: 43
|
|
||||||
res4: 2.33
|
|
||||||
res5: 3 s
|
|
||||||
res6: 4 mb
|
|
||||||
res8:
|
|
||||||
- 43
|
|
||||||
- false
|
|
||||||
- gnirts
|
|
||||||
res9:
|
|
||||||
- gnirts
|
|
||||||
- false
|
|
||||||
- 43
|
|
||||||
- 5
|
|
||||||
res10:
|
|
||||||
eno: false
|
|
||||||
owt: 2.33
|
|
||||||
eerht: 3 s
|
|
||||||
res11:
|
|
||||||
- gnirts
|
|
||||||
- false
|
|
||||||
- 43
|
|
||||||
- 5
|
|
||||||
res12:
|
|
||||||
eman: noegip
|
|
||||||
ega: 31
|
|
||||||
eerht: 3 s
|
|
||||||
res13:
|
|
||||||
name: noegip
|
|
||||||
age: 31
|
|
||||||
other: rehto
|
|
||||||
res14:
|
|
||||||
name: noegip
|
|
||||||
age: 41
|
|
||||||
res15: String
|
|
||||||
res16:
|
|
||||||
- 2
|
|
||||||
- 3
|
|
||||||
-15
@@ -1,15 +0,0 @@
|
|||||||
res1: converted
|
|
||||||
res2: converted
|
|
||||||
res3: converted
|
|
||||||
res4: converted
|
|
||||||
res5: converted
|
|
||||||
res6: converted
|
|
||||||
res8: converted
|
|
||||||
res9: converted
|
|
||||||
res10: converted
|
|
||||||
res11: converted
|
|
||||||
res12: converted
|
|
||||||
res13: converted
|
|
||||||
res14: converted
|
|
||||||
res15: converted
|
|
||||||
res16: converted
|
|
||||||
-11
@@ -1,11 +0,0 @@
|
|||||||
name: noegip
|
|
||||||
age: 42
|
|
||||||
friends:
|
|
||||||
- barn owlx
|
|
||||||
- parrotx
|
|
||||||
hobbies:
|
|
||||||
surfing: low
|
|
||||||
firemaking: high
|
|
||||||
address:
|
|
||||||
street: Other St.
|
|
||||||
zip: changed
|
|
||||||
-6
@@ -1,6 +0,0 @@
|
|||||||
object:
|
|
||||||
property: converted
|
|
||||||
mapping:
|
|
||||||
key: converted
|
|
||||||
map:
|
|
||||||
key: converted
|
|
||||||
-43
@@ -1,43 +0,0 @@
|
|||||||
a1: []
|
|
||||||
a2: []
|
|
||||||
a3: []
|
|
||||||
b1: {}
|
|
||||||
b2: {}
|
|
||||||
b3: {}
|
|
||||||
b4: {}
|
|
||||||
c1:
|
|
||||||
- []
|
|
||||||
- []
|
|
||||||
- []
|
|
||||||
c2:
|
|
||||||
x1: []
|
|
||||||
x2: []
|
|
||||||
x3: []
|
|
||||||
d1:
|
|
||||||
- {}
|
|
||||||
- {}
|
|
||||||
- {}
|
|
||||||
- {}
|
|
||||||
d2:
|
|
||||||
x1: {}
|
|
||||||
x2: {}
|
|
||||||
x3: {}
|
|
||||||
x4: {}
|
|
||||||
e1:
|
|
||||||
- - []
|
|
||||||
- []
|
|
||||||
- []
|
|
||||||
e2:
|
|
||||||
- - []
|
|
||||||
- []
|
|
||||||
- []
|
|
||||||
f1:
|
|
||||||
- - {}
|
|
||||||
- {}
|
|
||||||
- {}
|
|
||||||
- {}
|
|
||||||
f2:
|
|
||||||
- - {}
|
|
||||||
- {}
|
|
||||||
- {}
|
|
||||||
- {}
|
|
||||||
Vendored
-41
@@ -1,41 +0,0 @@
|
|||||||
name: pigeon
|
|
||||||
age: 42
|
|
||||||
friends:
|
|
||||||
- barn owl
|
|
||||||
- parrot
|
|
||||||
nestedFriends:
|
|
||||||
- - barn owl
|
|
||||||
- parrot
|
|
||||||
- - elf owl
|
|
||||||
- albatross
|
|
||||||
nestedFriends2:
|
|
||||||
- name: barn owl
|
|
||||||
- name: parrot
|
|
||||||
hobbies:
|
|
||||||
surfing:
|
|
||||||
skill: low
|
|
||||||
firemaking:
|
|
||||||
skill: high
|
|
||||||
nestedHobbies:
|
|
||||||
surfing:
|
|
||||||
waves:
|
|
||||||
skill: low
|
|
||||||
firemaking:
|
|
||||||
woods:
|
|
||||||
skill: high
|
|
||||||
address:
|
|
||||||
street: Norton St.
|
|
||||||
zip: 12345
|
|
||||||
nestedAddress:
|
|
||||||
street:
|
|
||||||
name: Norton St.
|
|
||||||
zip:
|
|
||||||
number: 12345
|
|
||||||
multiline: |-
|
|
||||||
one
|
|
||||||
two
|
|
||||||
three
|
|
||||||
multiline2: |2-
|
|
||||||
one
|
|
||||||
two
|
|
||||||
three
|
|
||||||
Vendored
-41
@@ -1,41 +0,0 @@
|
|||||||
name: pigeon
|
|
||||||
age: 42
|
|
||||||
friends:
|
|
||||||
- barn owl
|
|
||||||
- parrot
|
|
||||||
nestedFriends:
|
|
||||||
- - barn owl
|
|
||||||
- parrot
|
|
||||||
- - elf owl
|
|
||||||
- albatross
|
|
||||||
nestedFriends2:
|
|
||||||
- name: barn owl
|
|
||||||
- name: parrot
|
|
||||||
hobbies:
|
|
||||||
surfing:
|
|
||||||
skill: low
|
|
||||||
firemaking:
|
|
||||||
skill: high
|
|
||||||
nestedHobbies:
|
|
||||||
surfing:
|
|
||||||
waves:
|
|
||||||
skill: low
|
|
||||||
firemaking:
|
|
||||||
woods:
|
|
||||||
skill: high
|
|
||||||
address:
|
|
||||||
street: Norton St.
|
|
||||||
zip: 12345
|
|
||||||
nestedAddress:
|
|
||||||
street:
|
|
||||||
name: Norton St.
|
|
||||||
zip:
|
|
||||||
number: 12345
|
|
||||||
multiline: |-
|
|
||||||
one
|
|
||||||
two
|
|
||||||
three
|
|
||||||
multiline2: |4-
|
|
||||||
one
|
|
||||||
two
|
|
||||||
three
|
|
||||||
Vendored
-41
@@ -1,41 +0,0 @@
|
|||||||
name: pigeon
|
|
||||||
age: 42
|
|
||||||
friends:
|
|
||||||
- barn owl
|
|
||||||
- parrot
|
|
||||||
nestedFriends:
|
|
||||||
- - barn owl
|
|
||||||
- parrot
|
|
||||||
- - elf owl
|
|
||||||
- albatross
|
|
||||||
nestedFriends2:
|
|
||||||
- name: barn owl
|
|
||||||
- name: parrot
|
|
||||||
hobbies:
|
|
||||||
surfing:
|
|
||||||
skill: low
|
|
||||||
firemaking:
|
|
||||||
skill: high
|
|
||||||
nestedHobbies:
|
|
||||||
surfing:
|
|
||||||
waves:
|
|
||||||
skill: low
|
|
||||||
firemaking:
|
|
||||||
woods:
|
|
||||||
skill: high
|
|
||||||
address:
|
|
||||||
street: Norton St.
|
|
||||||
zip: 12345
|
|
||||||
nestedAddress:
|
|
||||||
street:
|
|
||||||
name: Norton St.
|
|
||||||
zip:
|
|
||||||
number: 12345
|
|
||||||
multiline: |-
|
|
||||||
one
|
|
||||||
two
|
|
||||||
three
|
|
||||||
multiline2: |5-
|
|
||||||
one
|
|
||||||
two
|
|
||||||
three
|
|
||||||
-24
@@ -1,24 +0,0 @@
|
|||||||
'one[two': 42
|
|
||||||
'one]two': 42
|
|
||||||
'one{two': 42
|
|
||||||
'one}two': 42
|
|
||||||
'one,two': 42
|
|
||||||
entries:
|
|
||||||
'one[two': 42
|
|
||||||
'one]two': 42
|
|
||||||
'one{two': 42
|
|
||||||
'one}two': 42
|
|
||||||
'one,two': 42
|
|
||||||
a1: one[two
|
|
||||||
a2: one]two
|
|
||||||
a3: one{two
|
|
||||||
a4: one}two
|
|
||||||
a5: one,two
|
|
||||||
entries2:
|
|
||||||
? |-
|
|
||||||
one
|
|
||||||
two
|
|
||||||
: 42
|
|
||||||
? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
|
|
||||||
: 42
|
|
||||||
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa: 42
|
|
||||||
-120
@@ -1,120 +0,0 @@
|
|||||||
a1: |+
|
|
||||||
|
|
||||||
a2: |+
|
|
||||||
|
|
||||||
|
|
||||||
a3: |+
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
b1: |-
|
|
||||||
|
|
||||||
one
|
|
||||||
b2: |-
|
|
||||||
|
|
||||||
|
|
||||||
one
|
|
||||||
b3: |-
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
one
|
|
||||||
c1: |-
|
|
||||||
one
|
|
||||||
two
|
|
||||||
c2: |-
|
|
||||||
one
|
|
||||||
|
|
||||||
two
|
|
||||||
c3: |-
|
|
||||||
one
|
|
||||||
|
|
||||||
|
|
||||||
two
|
|
||||||
d1: |
|
|
||||||
one
|
|
||||||
d2: |+
|
|
||||||
one
|
|
||||||
|
|
||||||
d3: |+
|
|
||||||
one
|
|
||||||
|
|
||||||
|
|
||||||
e1: ''
|
|
||||||
e2: ' '
|
|
||||||
e3: ' '
|
|
||||||
f1: ' one'
|
|
||||||
f2: ' one'
|
|
||||||
g1: 'one '
|
|
||||||
g2: 'one '
|
|
||||||
h1: "\t"
|
|
||||||
h2: "one\ttwo"
|
|
||||||
h3: "\r"
|
|
||||||
h4: "one\rtwo"
|
|
||||||
h5: "\a"
|
|
||||||
h6: "one\atwo"
|
|
||||||
i1: "one\ttwo\nthree"
|
|
||||||
i2: "one\rtwo\nthree"
|
|
||||||
i3: "one\atwo\nthree"
|
|
||||||
j1: |2-
|
|
||||||
one
|
|
||||||
two
|
|
||||||
j2: |2-
|
|
||||||
one
|
|
||||||
two
|
|
||||||
j3: |-
|
|
||||||
one
|
|
||||||
two
|
|
||||||
k1: |-
|
|
||||||
one
|
|
||||||
two
|
|
||||||
k2: |-
|
|
||||||
one
|
|
||||||
two
|
|
||||||
k3: |-
|
|
||||||
one
|
|
||||||
two
|
|
||||||
l1: |-
|
|
||||||
|
|
||||||
|
|
||||||
l2: |2
|
|
||||||
|
|
||||||
l3: |2-
|
|
||||||
|
|
||||||
|
|
||||||
l4: |
|
|
||||||
|
|
||||||
|
|
||||||
m1: 'foo:'
|
|
||||||
m2: 'foo::'
|
|
||||||
m3: foo:foo
|
|
||||||
n1:
|
|
||||||
a:
|
|
||||||
b:
|
|
||||||
c: |2-
|
|
||||||
my
|
|
||||||
multiline
|
|
||||||
string
|
|
||||||
'o1': '%'
|
|
||||||
'o2': '%hello'
|
|
||||||
'o3': |-
|
|
||||||
%
|
|
||||||
hello there
|
|
||||||
p1: '-'
|
|
||||||
p2: '?'
|
|
||||||
p3: ':'
|
|
||||||
p4: '? apple'
|
|
||||||
p5: ': banana'
|
|
||||||
p6: '- orange'
|
|
||||||
p7: |-
|
|
||||||
?
|
|
||||||
apple
|
|
||||||
p8: |-
|
|
||||||
:
|
|
||||||
banana
|
|
||||||
p9: |-
|
|
||||||
-
|
|
||||||
orange
|
|
||||||
p10: ?apple
|
|
||||||
p11: :banana
|
|
||||||
p12: -orange
|
|
||||||
Vendored
-6
@@ -1,6 +0,0 @@
|
|||||||
–– Pkl Error ––
|
|
||||||
Duplicate definition of member `_`.
|
|
||||||
|
|
||||||
x | for (_, j in b) {
|
|
||||||
^
|
|
||||||
at forGeneratorDuplicateNestedParams#foo (file:///$snippetsDir/input/errors/forGeneratorDuplicateNestedParams.pkl)
|
|
||||||
Reference in New Issue
Block a user