Skip to content

Commit 68ca744

Browse files
committed
Quick fix: add CompleteSwiftOutput literalinclude
1 parent 29ed063 commit 68ca744

File tree

2 files changed

+4
-43
lines changed

2 files changed

+4
-43
lines changed

source/examples/QuickStarts/CompleteSwiftOutput

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Login succeeded!
22
... Sync: Connection[1]: Session[1]: client_reset_config = false, Realm exists = false, async open = false, client reset = false
3-
... Sync: Connection[1]: Connected to endpoint '54.145.94.221:443' (from '192.168.1.2:55468')
3+
... Sync: Connection[1]: Connected to endpoint ...
44
... Sync: Connection[2]: Session[2]: client_reset_config = false, Realm exists = true, async open = false, client reset = false
55
... Sync: Connection[1]: Disconnected
66
Deleted indices: [0]

source/ios/quick-start.txt

Lines changed: 3 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -251,45 +251,6 @@ Output
251251
~~~~~~
252252
Running the above code should output something like the following:
253253

254-
.. code-block:: shell
255-
256-
Attempting to log in
257-
Login succeeded!
258-
... Sync: Connection[1]: Session[1]: client_reset_config = false, Realm exists = true, async open = false, client reset = false
259-
Deleted indices: []
260-
Inserted indices: [0]
261-
Modified modifications: []
262-
A list of all tasks that begin with A: Results<Task> <0x7fd15d60a960> (
263-
[0] Task {
264-
_id = 5f3c29...;
265-
_partition = myPartition;
266-
name = App design;
267-
owner = (null);
268-
status = ;
269-
}
270-
)
271-
Deleted indices: []
272-
Inserted indices: [1]
273-
Modified modifications: []
274-
A list of all tasks in progress: Results<Task> <0x7fd15d60bd20> (
275-
[0] Task {
276-
_id = 5f3c29...;
277-
_partition = myPartition;
278-
name = Do laundry;
279-
owner = (null);
280-
status = InProgress;
281-
}
282-
)
283-
Deleted indices: []
284-
Inserted indices: []
285-
Modified modifications: [0]
286-
A list of all tasks after deleting one: Results<Task> <0x7fd15d55cbc0> (
287-
[0] Task {
288-
_id = 5f3c29...;
289-
_partition = myPartition;
290-
name = App design;
291-
owner = (null);
292-
status = ;
293-
}
294-
)
295-
... Sync: Connection[1]: Disconnected
254+
.. literalinclude:: /examples/QuickStarts/CompleteSwiftOutput
255+
256+

0 commit comments

Comments
 (0)