Example: Server configuration diff
Inspecting changes made to a server configuration file:
--- Original (Text 1)
+++ Modified (Text 2)
server_name = "app.local";
- timeout = 30;
+ timeout = 60;
- debug_mode = true;
+ debug_mode = false;
+ max_connections = 1000;
status = "active";