-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathtextaction.scpl
More file actions
74 lines (68 loc) · 1.74 KB
/
textaction.scpl
File metadata and controls
74 lines (68 loc) · 1.74 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
Text"my text"
@!ShouldEqual --------------------------------
Output Warnings:
Array []
Shortcut Full Inverted:
Text "my text"
Shortcut Full JSON:
Array [
Object {
"WFWorkflowActions": Array [
Object {
"SCPLData": Object {
"Position": Object {
"end": Array [
1,
14,
],
"start": Array [
1,
1,
],
},
},
"WFWorkflowActionIdentifier": "is.workflow.actions.gettext",
"WFWorkflowActionParameters": Object {
"WFTextActionText": "my text",
},
},
],
"WFWorkflowClientRelease": "2.1.2",
"WFWorkflowClientVersion": "754",
"WFWorkflowIcon": Object {
"WFWorkflowIconGlyphNumber": 59511,
"WFWorkflowIconImageData": Object {
"data": Array [],
"type": "Buffer",
},
"WFWorkflowIconStartColor": 2071128575,
},
"WFWorkflowInputContentItemClasses": Array [
"WFAppStoreAppContentItem",
"WFArticleContentItem",
"WFContactContentItem",
"WFDateContentItem",
"WFEmailAddressContentItem",
"WFGenericFileContentItem",
"WFImageContentItem",
"WFiTunesProductContentItem",
"WFLocationContentItem",
"WFDCMapsLinkContentItem",
"WFAVAssetContentItem",
"WFPDFContentItem",
"WFPhoneNumberContentItem",
"WFRichTextContentItem",
"WFSafariWebPageContentItem",
"WFStringContentItem",
"WFURLContentItem",
],
"WFWorkflowMinimumClientVersion": 411,
"WFWorkflowTypes": Array [
"NCWidget",
"WatchKit",
],
},
]
@!ShouldEqual --------------------------------
Output Error:
[Error: Error from 3,2 to 103,1: Parsing error around here]