Developing Applications and Automating Workflows Using Cisco Platforms (DEVASC) — Question 58
Which line is an example of the start of a chunk from a unified diff?
Answer options
- A. @@ -20191007T1200 +88,90 @@
- B. @@ -88,10 +88,6 @@
- C. @@ -90,88 +20191008T1349 @@
- D. @@ -20191007T1200 +20191008T1349 @@
Correct answer: B
Explanation
The correct answer is B because it follows the standard format of a unified diff, indicating the old and new line numbers correctly. Options A, C, and D do not conform to this format, as they either contain incorrect line numbers or are not structured according to the unified diff syntax.