-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c2bfc13
commit 93d52b5
Showing
3 changed files
with
21 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 8 additions & 8 deletions
16
clients/dns-service-client/tests/output/diff_example_different.out
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
~ DNS zone: "dummy": | ||
- name: ex1 (records: 1) | ||
- A 127.0.0.1 | ||
~ name: ex2 (records: 1 -> 1) | ||
- A 192.168.1.3 | ||
+ A 192.168.1.4 | ||
+ name: ex3 (records: 1) | ||
+ A 127.0.0.1 | ||
* DNS zone: "dummy": | ||
- name: ex1 (records: 1) | ||
- A 127.0.0.1 | ||
* name: ex2 (records: 1 -> 1) | ||
- A 192.168.1.3 | ||
+ A 192.168.1.4 | ||
+ name: ex3 (records: 1) | ||
+ A 127.0.0.1 |
16 changes: 8 additions & 8 deletions
16
clients/dns-service-client/tests/output/diff_example_different_reversed.out
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
~ DNS zone: "dummy": | ||
+ name: ex1 (records: 1) | ||
+ A 127.0.0.1 | ||
~ name: ex2 (records: 1 -> 1) | ||
- A 192.168.1.4 | ||
+ A 192.168.1.3 | ||
- name: ex3 (records: 1) | ||
- A 127.0.0.1 | ||
* DNS zone: "dummy": | ||
+ name: ex1 (records: 1) | ||
+ A 127.0.0.1 | ||
* name: ex2 (records: 1 -> 1) | ||
- A 192.168.1.4 | ||
+ A 192.168.1.3 | ||
- name: ex3 (records: 1) | ||
- A 127.0.0.1 |